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)