We need to start with an Employee class that keeps track of their name and their job.

Make sure to pick class Employee:, followed by self.name = name, and finally self.job = job.