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 #67
The while loop executes a set of statements as long as a condition is true. Here, while True: makes the statement print("Python") execute indefinitely. (w3schools.com/python/python_while_loops.asp)
Question difficulty: 🔵🔵🔵🔵🔵
Similar questions: