+ 8
Where I can run python codes in my pc
4 Answers
+ 1
đł download pycharm and run your code their or any other IDE will work to
+ 7
I use notepad
+ 6
You can install python and then run your codes on windows command prompt
+ 2
Install python from the official website then open the directory in which your python file exists in cmd or powershell then type
python <filename>.py
This will execute your python program