From 063552824ec00e1e2cecb2ea095f84708a2f14cc Mon Sep 17 00:00:00 2001 From: ezessss <118846590+ezessss@users.noreply.github.com> Date: Tue, 22 Nov 2022 21:27:48 -0300 Subject: [PATCH] Update wk4 - assignment 4.6.py --- wk4 - assignment 4.6.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wk4 - assignment 4.6.py b/wk4 - assignment 4.6.py index dcd5393..91cdb06 100644 --- a/wk4 - assignment 4.6.py +++ b/wk4 - assignment 4.6.py @@ -14,4 +14,4 @@ def computepay(h,r): rate = float(rate) p = computepay(hrs, rate) -print(p) \ No newline at end of file +print("Pay",p)