Update bankBalance.py

This commit is contained in:
Ray 2023-09-17 16:57:46 +10:00 committed by GitHub
parent ed5d576ec9
commit 2ac2574900
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
#Obtain bank and savings balance from user #Obtain bank and savings balance from user
checkingbal=int(input("Please enter your checking balance: ")) checkingbal=int(input("Please enter your checking balance: "))
savingsbal=int(input("Please enter your savings balance: ")) savingsbal=int(input("Please enter your savings balance: "))