Hello World with Python

hello.py

#!/usr/bin/python3
print("Hello world!")

python ./hello.py

Über den Autor

emil.brunner