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 5e625c5 commit 2c90846Copy full SHA for 2c90846
lab-11/atm.py
@@ -21,11 +21,11 @@ def get_id():
21
get_id()
22
23
def main_menu(id):
24
- print("Main Menu\
25
- 1: check balance\
26
- 2: withdraw\
27
- 3: deposit\
28
- 4: exit\
+ print("Main Menu\n\
+ 1: check balance\n\
+ 2: withdraw\n\
+ 3: deposit\n\
+ 4: exit\n\
29
")
30
selection = int(input("Enter your selection here: "))
31
if (selection == 1):
0 commit comments