This project is a simple Python program that calculates an employee’s weekly gross pay, federal tax, state tax, and final take-home pay based on user input. It was created as a beginner-friendly exercise in Python variables, user input, and arithmetic operations.
- Prompts the user to enter:
- Name
- Hours worked in the week
- Hourly pay rate
- Calculates:
- Gross pay
- Federal tax (20%)
- State tax (9%)
- Final amount paid after taxes
- Displays a full payroll breakdown