____ represent python command prompt
Answers
Answered by
9
Answer:
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
45
Answer: python shell window represent python command prompt
HOPE IT HELPS YOU
Similar questions
This represents the Python Command Prompt