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 #912
print(len([None, None]))
In the example above, the list contains 2 elements: both being None . Its length will be 2. (docs.python.org/3/tutorial/datastructures.html#more-on-lists)
Question difficulty: 🔵🔵🔵🔵🔵