Incorrect answer of the question in control structures in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Incorrect answer of the question in control structures in python

In a simple calculator module in control structures in python, a question which refers to the break and continue statement is wrongly answered

18th Sep 2019, 3:09 AM
KAIRAV THAKKAR
KAIRAV THAKKAR - avatar
1 Answer
0
If we were to replace the 'break' statement in the code with 'continue', what would happen? Choices (randomized) ● It would run the same way ● You would have to enter "quit" twice to exit ● It would run forever Is this the question you were referring to? can you describe what you think is wrong with it?
18th Sep 2019, 8:32 AM
Ipang