# Magic methods = Dunder methods (double underscore) ___init__, __str__, __eq___
# They are automatically called by many of Python's built-in operations.
# They allow developers to define or customize the behavior of objects
#python #pythontutorial #pythonprogramming