0
how to save and exicute a code in python ? what is windows kit
5 Answers
0
Install a version of Python for windows at www.python.org
0
i have it but how to run it in the software
0
open IDLE
0
or use QPython 3 for Android
0
use text editor notepad++ for writing code then launch PowerShell in windows -> using cmd -> PowerShell
then navigate to directory where the your code file is present
it will look like E:\xyz\fired>
then call python \nameofyourscript.py
it will look:>
E:\xyz\fired> python nameofyourscript.py