setattr() — Easy Playground
Sets the value of a named attribute on an object
Python Playground
Output
Click "Run" to execute your codesetattr() is a built-in function that sets the value of a named attribute on an object.
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?