run python script in terminal with errors 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