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):