Skip to content

Commit 343608a

Browse files
committed
Main menu error handling
1 parent 3a87643 commit 343608a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lab-11/atm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,7 @@ def main_menu(id):
4343
get_id()
4444
else if (selection == 4):
4545
exit()
46+
else:
47+
print("Error")
4648

4749
get_id()

0 commit comments

Comments
 (0)