Page 115 - 2611_SmartGPT Pro V(5.0) C-6
P. 115
SAVING A PYTHON PROGRAM
To save a Python program, follow the steps given below:
1 Click on the File menu.
2 Click on Save option. 3 Type the name of the file in 4 Click on the Save button.
the File name: box.
The file will be saved with the .py extension and ready to be executed
as a Python script. To save a program:
Short key
EXECUTING A PYTHON PROGRAM Ctrl + S
To run a Python program, follow the steps given below:
1 Click on the Run menu. 2 Click on the Run Module option.
Short key To execute a
program:
F5
The output will be displayed in the Python Shell window.
Introduction to Python 113

