Ad
  • Custom User Avatar

    Yes, using getter and setter is a better way. But that is not what this kata asks for.

  • Default User Avatar

    Python objects are free to intercept attribute get/set operations.
    And, if all you're doing is getting and setting with no restriction, adding getters and setters for it would be writing a whole lot of code to do exactly nothing different from default behaviour.