Each Employee instance will be able to display what their tasks are. To do this, we'll use a function, tasks, which will print their tasks.
Employee
tasks
Make sure to pick def, followed by tasks(self), and finally :.
def
tasks(self)
: