HOW TO INSTALL PYTHON AND EXECUTE PROGRAM?

541 viewsPYTHONPython
0
0
Install and Execute Python
Install and Execute Python

To check if you have python installed on a Windows PC, run the following command on the Command Line (cmd.exe)-

python –version

  If you find that you do not have Python installed on your computer,   then you can download it from website: https://www.python.org/

To execute the program first save the code in the text editor with extension of file as(.py), for example, save python code- print(“Hello World!”) by text editor in python file named helloworld.py and run the following command on the Command Line(cmd.exe)-

python helloworld.py

Output: Hello World!

Saraswat World Changed status to publish June 14, 2023
Write your answer.

Posted

in

Tags:

Comments

Leave a Reply

Ganesh Ji Arti A Tribute to Dilip Kumar