What is an instance method?
Instance methods hold data related to the instance.
An instance method is a regular function that belongs to a class, but it must return None.
None
Instance methods can modify the state of an instance or the state of its parent class.
An instance method is any class method that doesn't take any arguments.