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 #932
print(id(None) == id(None))
None is a singleton object: only one instance of it can ever exist. Objects referencing None will always have the same identity. (stackoverflow.com/questions/38288926/in-python-is-none-a-...)
Question difficulty: 🔵🔵🔵🔵🔵