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 #189
type(type)
Even though type() is a function, when the object type is called, it calls the type() function and returns a type object, as it always does. (geeksforgeeks.org/python-type-function)
What is the type of this object?
— The Python Quiz (@thepythonquiz) February 2, 2021
type(type)
A function
A type object
π Comment the answer, like and retweet! #python
Question difficulty: π΅π΅π΅π΅π΅
Similar questions: