run python.py in cmd code example
Example: how to run python in terminal
#For Python 3:
$ python3 helloworld.py
#For Python 2:
$ python helloworld.py
#For Python 3:
$ python3 helloworld.py
#For Python 2:
$ python helloworld.py