Skip to content

Commit f98bfce

Browse files
committed
Added some spacing for input
1 parent 8259c0c commit f98bfce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lab-11/atm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
def get_id():
1919
global id
20-
id = input("Enter an account id")
20+
id = input("Enter an account id: ")
2121
if (0 < int(id) < 10):
2222
main_menu(id)
2323
else:

0 commit comments

Comments
 (0)