Why does the following class declaration inherit from object?
object
class MyClass(object): ...
← Назад к списку