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 #48
With the while loop we can execute a set of statements as long as a condition is true. If the while loop runs with the statement i<10 , it will stop running when i equals 10. (w3schools.com/python/python_while_loops.asp)
Question difficulty: 🔵🔵🔵🔵🔵
Similar questions: