3. You can create a method called set_lastname() that accepts the name value as a single
parameter, then assign that value to the self.__lastname property, like this:
Click here to view code image
def set_lastname(self, name):
self.__lastname = name