Incorrect answer of the question in control structures in python | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Resposta
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