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 #474
The continue statement returns control to the beginning of a while loop. The continue statement rejects all remaining statements in the current iteration of the loop and moves the control back to the top of a loop. (tutorialspoint.com/python/python_loop_control.htm#:~:text...)
Question difficulty: 🔵🔵🔵🔵🔵
Similar questions: