Files
it_school/Python_module_1/First_01.py
Ionel Andrei Cataon c4b2844895 new python update
2026-01-27 19:10:53 +02:00

5 lines
166 B
Python

#!/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)