Computer Science, asked by adityaishan007, 8 months ago

What do you understand by Python shell ?

Answers

Answered by Anonymous
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 PrincessPalak
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