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 #123
type("abc").__mro__
In a single-inheritance context (which is the case here), __mro__ is the tuple of: the class, its base, its base's base, and so on up to object. (stackoverflow.com/questions/2010692/what-does-mro-do)
What is the type of this object?
— The Python Quiz (@thepythonquiz) June 5, 2020
type("abc").__mro__
A tuple
A list
A dictionary
A string#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅