how to install python with terminal 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