$ python --version
Python 2.7.12
It seems that it is already installed
$ python
>>> print("Hello World!")
Hello World!
>>> exit()
helloworld.py
print("Hello World!")
$ python helloworld.py
Hello World!
... I don't have enough time, so I'll add it tomorrow
Recommended Posts