I'M reading the book "Python Programing second edition for the absolute beginner". While explaining the object paramater whithin a class, this how it reads.
Base your class on object , a fundamental, built-in type.
Can someone please tell me what that means?
Thanks.