From f7044dadb53e41a89c847bd0eac9be1dcc751dc2 Mon Sep 17 00:00:00 2001 From: "Rayyan (Rayy)" Date: Sun, 17 Sep 2023 16:57:57 +1000 Subject: [PATCH] Update computeNetPay.py --- computeNetPay.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/computeNetPay.py b/computeNetPay.py index a23ed0f..0c364c6 100644 --- a/computeNetPay.py +++ b/computeNetPay.py @@ -1,3 +1,6 @@ +# Copyright 2022, Rayyan Hodges, TAFE NSW +# rayyan.hodges@studytafensw.edu.au + #Detemrining user's hourly pay rate, number of hours worked, gross pay, withoholding tax percentage, witholding tax and net pay. hourlypayrate=int(input("Please enter your hourly pay rate: ")) @@ -16,4 +19,4 @@ elif dogsize >= 3 and dogsize <= 10 and stay > 10: elif dogsize > 10 and stay < 11: daycost = 25 elif dogsize >10 and stay > 10: - daycost = 22 \ No newline at end of file + daycost = 22