All employees in staff will be on the late shift, but the list needs to be reversed so that cherry takes the first call rather than anna.
staff
cherry
anna
Use start:stop:step to assign a reversed list to late_staff.
start:stop:step
late_staff
Make sure to type ::-1.
::-1