Update purchase.py

This commit is contained in:
Ray 2023-09-17 16:59:17 +10:00 committed by GitHub
parent f5fd652b2f
commit e7cd7e0d3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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."))