Courses/Advanced OOP

๐Ÿ›๏ธ Advanced OOP

@property โ€” computed attributes

Getters and setters without boilerplate.

@property turns a method into an attribute. Add a matching @<name>.setter to write back.

main.py
Output
Press Run to execute.
Expected output
212.0
0.0

Sign in to track your progress across lessons.