Skip to content

Commit d7c3b2c

Browse files
committed
Lowered indentation of main menu
1 parent b78abf4 commit d7c3b2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lab-11/atm.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ def get_id():
2727

2828
def main_menu(id):
2929
print("Main Menu\n\
30-
1: check balance\n\
31-
2: withdraw\n\
32-
3: deposit\n\
33-
4: exit\n\
30+
1: check balance\n\
31+
2: withdraw\n\
32+
3: deposit\n\
33+
4: exit\n\
3434
")
3535
selection = int(input("Enter your selection here: "))
3636
if (selection == 1):

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy