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)
Question difficulty: 🔵🔵🔵🔵🔵