5 lines
166 B
Python
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)
|