acc.get_balance() works, but feels clunky. Python offers an elegant fix: @property — a method that reads like an attribute, no parentheses. You get clean syntax and full control over reading.