Intro to Python Programming
__bases__ is a term used in the context of object-oriented programming, specifically in the discussion of inheritance and multiple inheritance. It refers to the parent or superclass(es) from which a derived or subclass inherits properties and methods.
congrats on reading the definition of __bases__. now let's actually learn it.