new python update

This commit is contained in:
Ionel Andrei Cataon
2026-01-27 19:10:53 +02:00
parent 20260e4d1e
commit c4b2844895

View File

@@ -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)