Change Password

In Python, what is the purpose of the __slots__ attribute in a class?
Specify default values for class attributes
Restrict the creation of new attributes in instances
Define a list of reserved keywords
Enable lazy loading of class attributes