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 #72
Not all iterables store all element in memory. For instance, whilst lists and strings store all elements in memories, Python 3's range() generate them on the fly as needed. (stackoverflow.com/questions/36619152/do-pythons-iterables...)
All iterables store all elements in memory.
— The Python Quiz (@thepythonquiz) October 13, 2020
True
False#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅