esempio: script semplice nel file test.py
print('Hello World!')

comando: python test.py
Hello World!