how can i run my python code as a script on windows code example
Example: how to run python program
move to the directory where your program lies
open cmd
python first_script.py(your file name)
move to the directory where your program lies
open cmd
python first_script.py(your file name)