The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #911
@property is a built-in decorator for the property() function in Python. It is used to give "special" functionality to certain methods to make them act as getters, setters, or deleters when properties are defined in classes. (programiz.com/python-programming/property)
Question difficulty: 🔵🔵🔵🔵🔵
Similar questions: