From 93de24383c3cd27ee82bb1c88224f7186d79753d Mon Sep 17 00:00:00 2001 From: nisha-yadav <33261743+nisha-yadav@users.noreply.github.com> Date: Tue, 31 Oct 2017 21:52:16 +0530 Subject: [PATCH] added ui --- BankSystem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BankSystem.py b/BankSystem.py index adbc563..d92fc55 100644 --- a/BankSystem.py +++ b/BankSystem.py @@ -8,7 +8,7 @@ class Bank: #def __init__(self): def BankSystem(self): - print("Enter your choice\n") + print("Enter your choice:\n") 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")