From bb326e4eef2b4c1d9c941433eb4a8574d794f1ae Mon Sep 17 00:00:00 2001 From: Riddhima-Yadav <33264675+Riddhima-Yadav@users.noreply.github.com> Date: Wed, 1 Nov 2017 00:04:25 +0530 Subject: [PATCH] asd --- BankSystem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BankSystem.py b/BankSystem.py index adbc563..61a8fdb 100644 --- a/BankSystem.py +++ b/BankSystem.py @@ -12,7 +12,7 @@ def BankSystem(self): print("1] Create an account in our bank\n") print("2] Credit amount in your acount\n") print("3] Debit amount from your account\n") - print("4] Check Balance\n") + print("4] Check Balance \n") print("5] Transaction Summary") choice=int(input("Enter your choice:"))