Change Password

In Python, what is the purpose of the __enter__ and __exit__ methods in a class?
Define context managers for resource management
Handle exceptions in a try-except block
Implement iterator protocols
Manage the entry and exit of threads