how to use python on windows
please subscribe my channel - https://bit.ly/2Me2CfB
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 start writing the code
Destailed :-
1: Select Version of Python to Install.
2: Download Python Executable Installer.
3: Run Executable Installer.
4: make sure to check add python to path box which islocated in installer at bottom
4: Verify Python Was Installed On Windows. (type python in cmd)
5: Verify Pip Was Installed. (type pip in cmd then it will show a big paragraph)
6: open IDLE or download VS code in your pc
7: Good Luck!!