Sam

Results 1 comments of Sam

Hint: use __set_name__ inside the typedproperty function so that it can access the name of the attribute that it's assigned to. Spoiler alert ``` def typedproperty(expected_type): def __set_name__(attr_name): private_name =...