From a1750d456a544db80723b576ee9aeef16f352dc1 Mon Sep 17 00:00:00 2001 From: Aviral007 Date: Tue, 31 Oct 2017 22:16:55 +0530 Subject: [PATCH] added a space --- BankSystem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BankSystem.py b/BankSystem.py index adbc563..64b780c 100644 --- a/BankSystem.py +++ b/BankSystem.py @@ -17,7 +17,7 @@ def BankSystem(self): choice=int(input("Enter your choice:")) if (choice==1): - name=input("Enter name:") + name=input("Enter name :") amt=input("\nEnter opening balance:") self.create(name,amt) elif (choice==2 or choice==3 or choice==4 or choice==5):