how run python on windows code example
Example 1: how to use python on windows
open your favourite browser and and paste this link -
https://www.python.org/downloads/ then download python exe
from here after that install it and open IDLE and strt writing the code
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