Please see this block of code
class Employee(): def __init__ (self , first , last , pay): self.first = first self.last = last self.pay = pay def email