How to download python:
Step 2: After download you will get executable file
Step 5: click on Run you will get another popup
Step 8: After type python- sometimes u will get “Internal or external files” error
To solve – go to path before you have remember the path to installed
Step 10: Set Environment variables of python (copied path mention in Path variable & click ok)
Step 11: Close the command prompt & open new fresh command prompt & type python
Where we can write Python program
1. Notepad
2. Notepad++
3. Eclipse
4. Python shell prompt
Step 1: To write program in NOTEPAD & executing in command prompt
Step 3: Executing notepad file in command prompt
Step 2: Writing program & execution in python shell command
2.2: Shell command will open and type your program and execute