property()Easy Playground

Creates a managed attribute with getter, setter, and deleter

Python Playground
Output
Click "Run" to execute your code

property() 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?