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 #73
Generators generate values on demand, and only once. A generator is "exhausted" after it has been iterated over once. (wiki.python.org/moin/Generators)
It is possible to iterate over a generator twice.
— The Python Quiz (@thepythonquiz) June 1, 2020
False
True#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅