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 #201
False! To be a dictionary key, an object has to be hashable, which is not the case for a list. (help.semmle.com/wiki/display/PYTHON/Unhashable+object+hashed)
A list can be a dictionary key.
— The Python Quiz (@thepythonquiz) August 27, 2020
True
False#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅
Similar questions: