The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #331
The break statement breaks out of the innermost enclosing for or while loop. The other keyword will throw SyntaxError errors. (docs.python.org/2/tutorial/controlflow.html)
Which statement is used to stop a loop?
— The Python Quiz (@thepythonquiz) March 30, 2021
stop
exit
return
break
π Comment the answer, like and retweet! #python
Question difficulty: π΅π΅π΅π΅π΅