property() — Easy Playground
Creates a managed attribute with getter, setter, and deleter
Python Playground
Output
Click "Run" to execute your codeproperty() is a built-in function that creates a managed attribute with getter, setter, and deleter.
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?