i

Python Programming

Write the first python program and execute it

After downloading Python got to start menu and click on Python IDLE.

The following illustrates how to launch Python IDLE and write the Python code inside the text editor:

FILE EXECUTION

To execute file open IDLE and type your code and save and go to run folder and press run. It will run your code and show you program result.