how to run python in windows code example
Example 1: python how to run terminal command
#By Uku Loskit
import os
os.system("ls -l")
Example 2: 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 3: 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