how to run python script with no modules from certain place 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