Skip to content

Commit dbfcb1a

Browse files
LouPlus实验楼在线教育
authored andcommitted
Update challenge1-awesome.py (shiyanlou#20)
1 parent a25d39f commit dbfcb1a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

01-income-tax-calculator/challenge1-awesome.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def main():
3838
income = int(sys.argv[1])
3939
except ValueError:
4040
print('Parameter Error')
41+
4142
print(calc_income_tax(income))
4243

4344

0 commit comments

Comments
 (0)