You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return f"\t~~~PERSON INFO~~~\nEmployee ID : {self.eid}\n{super().__str__()}\nSalary With Taxes : {self.salary}\nSalary After Tax Deduction : {self.tax_deduction()}"