run python script with python -tt code example
Example 1: how to run a python script
# Save the script in a file with .py extension
# run the script using the below command
python fileName.py
Example 2: Windows 10 running python scripts from cmd
# move to the directory where the script is located and run it like so
cd (path to directory)
python name.py