From c4b28448956bb65e832a9af77f62ffbc122b0aeb Mon Sep 17 00:00:00 2001 From: Ionel Andrei Cataon Date: Tue, 27 Jan 2026 19:10:53 +0200 Subject: [PATCH] new python update --- Python_module_1/First_01.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Python_module_1/First_01.py diff --git a/Python_module_1/First_01.py b/Python_module_1/First_01.py new file mode 100644 index 0000000..0b3d2dd --- /dev/null +++ b/Python_module_1/First_01.py @@ -0,0 +1,4 @@ +#!/home/andrei/it_school/bin/python3 +print("Hello, World! From It_school") +print("This is the first Python module. Va saluta Don'Python!") +print('hello world ' * 3)