WHAT IS THE USE OF PHYTHON SHELL WINDOW
Answers
Answered by
4
Answer:
Hope it helps you
Explanation:
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. 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.
Answered by
0
Answer:
hope u like this answer
Attachments:
Similar questions