What do you understand by Python shell ?
Answers
Answered by
1
Answer:
Python is an interpreter language. It means it executes the code line by line. Python provides a Python Shell (also known as Python Interactive Shell) which is used to execute a single Python command and get the result. ... To open the Python Shell on Windows, open the command prompt, write python and press enter.
Answered by
12
Answer:
Python is an interpreter language. It means it executes the code line by line. Python provides a Python Shell (also known as Python Interactive Shell) which is used to execute a single Python command and get the result. ... To open the Python Shell on Windows, open the command prompt, write python and press enter.
Similar questions