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 #56
A for loop is used for iterating over a sequence (that is either a list, a tuple, a dictionary, a set, or a string). (w3schools.com/python/python_for_loops.asp)
Which loop iterates over the members of a sequence?
— The Python Quiz (@thepythonquiz) May 17, 2020
The while loop.
The for loop.#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅