this is my homework assignment, I saw it posted on the website before, but it looks like it was unsolved and I got a different error message than a person asking that questi
Just look at the code where the error is occurring, and keep looking until you notice what doesn't match up:
def __init__(self, name, wage, yearlyBonus): Employee.__init__(self, name, salary)