run a python program in windows 10 command line code example
Example: 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
# move to the directory where the script is located and run it like so
cd (path to directory)
python name.py