Skip to content

Commit d4ae5d3

Browse files
committed
Update payroll.py
1 parent eb00600 commit d4ae5d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lab-3/payroll.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# note that some of the decimal points are rounded up to the hundreths place so they follow the price format: xx.xx
2-
# note that I also found this problem a little challenging because I don't know how to do taxes
3-
# as a challenge, over the weekend I'll try refactoring the program to use a payroll class
42
# get our inputs
53
name = str(input("Enter employee's name: "))
64
hours_worked = float(input("Enter number of hours worked in a week: "))

0 commit comments

Comments
 (0)