how to run a program in the python shell 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