C-18-Q080mediumsingle_mcq
Without using break, the only other way to leave a while True: loop is to:
Without using break, the only other way to leave a while True: loop is to:
- aRestart the computer
- bMake the condition false (if it depends on a variable)
- cAdd another
while - dUse
print