Special (Magic) Methods: `__str__` and `__repr__`
We've created a Car class that holds data (attributes) and has behaviors (methods). But what happens when we try to print() one of our Car objects directly?
We've created a Car class that holds data (attributes) and has behaviors (methods). But what happens when we try to print() one of our Car objects directly?