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 b78abf4 commit d7c3b2cCopy full SHA for d7c3b2c
lab-11/atm.py
@@ -27,10 +27,10 @@ def get_id():
27
28
def main_menu(id):
29
print("Main Menu\n\
30
- 1: check balance\n\
31
- 2: withdraw\n\
32
- 3: deposit\n\
33
- 4: exit\n\
+ 1: check balance\n\
+ 2: withdraw\n\
+ 3: deposit\n\
+ 4: exit\n\
34
")
35
selection = int(input("Enter your selection here: "))
36
if (selection == 1):
0 commit comments