What will be the output of the following code :
print(type(type(int)))
<class 'int'>
<class 'type'>
<class 'object'>
TypeError
This question is part of this quiz :