Basically a type is class that inherits from object . In Python3, all classes inherit from object , so they are the same thing.
Basically a type is class that inherits from object . In Python3, all classes inherit from object , so they are the same thing.