Now that her basic class setup is complete, Annie also wants to store employee data in her class to make the program more user friendly. Help Annie add an attribute name to the class, which will contain the name of the employee. Assign the name using the __init__
method. Also modify the print statemets to print the following:
checkin
: Print X has entered the building.
checkout
: Print X has left the building.
Where X is the Employees name.