How are a class and an object related in Python?
A class is a blueprint, and an object is a concrete instance created from it.
A class is a function, and an object is always a module.
An object is the blueprint from which classes are created.
They are two names for exactly the same source-code statement.