diff --git a/Banking.py b/Banking.py index 13d0893..7c32458 100644 --- a/Banking.py +++ b/Banking.py @@ -1,6 +1,7 @@ #banking system with options like Name, acc. no, Initial amount, withdrawal, deposit, check balance, exit. upi=4554 class bank: + #hello def __init__(self, InA): self.InA= InA @@ -51,4 +52,4 @@ def bal(self): self.index() p1=bank(10000) -p1.index() \ No newline at end of file +p1.index()