Question: while True: while True: data = input ( Enter quit to exit: ) if data = = quit: break 1 . The program
while True:
while True:
data inputEnter quit to exit:
if data "quit":
break
The program will run until the user inputs"quit"
The program will run until the user inputs "exit"
The program will run until the user inputs "quit", in lower or uppercase.
The program will run forever, no matter what the user inputs
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
