We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7153669 commit 9e1ec4bCopy full SHA for 9e1ec4b
lab-11/atm.py
@@ -49,6 +49,7 @@ def main_menu(id):
49
print(f"${deposit_amount} deposited successfully for account {id}\nYour new balance is ${eval(f'account_{id}.get_balance()')}")
50
get_id()
51
elif (selection == 4):
52
+ print("Thank you for using the ATM!\nProgram will now exit.")
53
exit()
54
else:
55
print("Error")
0 commit comments