Steps to Install Python on Windows are:
- Visit Official Python Website
- Select the version of Python
- Download Python Executable Installer
- Run the Setup of Python Installer
- Check Python is Install
- Check Pip is Install
- Install IDE or code editor for Python
Steps to Open Python IDLE on Windows are:
- Click start button.
- Click All Programs.
- Under Python Suite (Python 3.10) select IDLE (Python 3.10 64-bits).
Steps to Run a Python Program are:
- Go to the File Menu and Save your program.
- To run the script, go to the Run > Run Module or simply click F5.