Python·100 questionsWhat is @property and when to use it?SaveUpdated: 2026-08-31Answer•Makes the method look like a field.•Allows computed properties.•You can add validation in setter.•Helps hide internal representation.•Don't abuse — complexity also increases.Ask AI to clarifyWas this answer helpful?HelpfulNot helpfulSuggest an improvement