Question: while True: while True: data = input ( Enter quit to exit: ) if data = = quit: break 1 . The program

while True:
while True:
data = input("Enter quit to exit: ")
if data == "quit":
break
1.
The program will run until the user inputs"quit"
2.
The program will run until the user inputs "exit"
3.
The program will run until the user inputs "quit", in lower or uppercase.
4.
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 blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!