$ python --version
Python 2.7.12
Es scheint, dass es bereits installiert ist
$ python
>>> print("Hello World!")
Hello World!
>>> exit()
helloworld.py
print("Hello World!")
$ python helloworld.py
Hello World!
... Ich habe nicht genug Zeit, also werde ich es morgen hinzufügen
Recommended Posts