How can you run a Python program in Python shell?
Answers
Answered by
8
Explanation:
Python Shell waits for the input command from the user. As soon as the user enters the command, it executes it and displays the result. To open the Python Shell on Windows, open the command prompt, write python and press enter.
Answered by
21
Answer:
if you want to run a program in python you must familiarize your self with its syntax. The syntax is a constitute all basic elements of a python program along with the concept of variable and it's data types.
HOPE IT HELPS YOU
Similar questions