We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb00600 commit d4ae5d3Copy full SHA for d4ae5d3
lab-3/payroll.py
@@ -1,6 +1,4 @@
1
# 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
4
# get our inputs
5
name = str(input("Enter employee's name: "))
6
hours_worked = float(input("Enter number of hours worked in a week: "))
0 commit comments