From e7cd7e0d3d833bd651a915181961a71262de7a88 Mon Sep 17 00:00:00 2001 From: "Rayyan (Rayy)" Date: Sun, 17 Sep 2023 16:59:17 +1000 Subject: [PATCH] Update purchase.py --- purchase.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/purchase.py b/purchase.py index bff52fc..09ac790 100644 --- a/purchase.py +++ b/purchase.py @@ -1,3 +1,6 @@ +# Copyright 2022, Rayyan Hodges, TAFE NSW +# rayyan.hodges@studytafensw.edu.au + # Creating variables to hold the user's invoice number, sales amount and sales tax. sales_amount=int(input("Please input the sales amount: ")) invoice_number=int(input("Please enter your invoice number."))