Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

How to run a Python Program

Step 01: 
Open a textpad or notedpad.


Step 02:
Type your program in text editor.


Step 03:
Save the text file with “.py” extension as “professor.py”. py extetion is for Python file.


Step 04:
File will look like this. Open it.


Step 05:Do right click and select edit.


Step 06:Python file will get open as shown.


Step 07:Click on Run to run the file.


Step 08:The output window will get open.