Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 258 Bytes

File metadata and controls

14 lines (12 loc) · 258 Bytes

Mile-Stone-Python

payroll system using kenyan tax table in python

  1. Create class and set the variables to zero class Employee: basic_salary = 0 net_salary = 0 benefits = 0 payee = 0 nhif = 0 nssf = 0 gross_salary = 0