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 #12
for loops are used to iterate over elements of a sequence. while loops execute a block of codes multiple times until a certain condition is met. (guru99.com/python-loops-while-for-break-continue-enumerat...)
Which loop runs as long as a condition is true?
— The Python Quiz (@thepythonquiz) April 26, 2020
The for loop
The while loop#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅