Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (50.2k points)
Can anyone tell me how to execute the Python program?

1 Answer

0 votes
by (108k points)

For executing a Python program, there are two ways. The first way is running your Python file in CMD (command prompt). For that, first, you need to open your command prompt and write:

C:\Python27\Python.exe (paste your path of the Python file that you want to execute)

Then, you need to hit Enter. This way, your Python file will get executed.

The second way is to use the Jupyter Notebook to execute your python commands. Here, you need to just write the code and hit Shift+Enter, and your command will be executed.

If you are looking for an online course to learn Python, I recommend this Python Online Course by Intellipaat.

Browse Categories

...