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 #689
When place inside a loop, break will make the loop stop whilst continue will stop the current loop iteration and jump to the next one. (medium.com/better-programming/what-are-break-continue-and...)
Which keyword will stop the execution of a loop?
— The Python Quiz (@thepythonquiz) July 14, 2021
break
continue
👇 Comment the answer, like and retweet! #python
Question difficulty: 🔵🔵🔵🔵🔵
Similar questions: