Python "Hello, World!"Program
To execute a python Program by using the Integrated Development Environment(IDLE), Which provides a graphical interface to the user.
Click File Option
Open New File Option in IDLE
Use the "Print" command to print the line "Hello, World!"
After typing the program, save it by clicking File and save it. then type a file name and .py extension.
Go to the options "Run" and Click "Run Module" or by pressing the F5 button.
OUTPUT
This is a simple Python program. Anything you pass the print statement gets printed and the often used to illustrate the basic syntax of a programming language.
0 Comments