diff --git a/Banking.py b/Banking.py index 13d0893..cdf9a95 100644 --- a/Banking.py +++ b/Banking.py @@ -1,5 +1,6 @@ #banking system with options like Name, acc. no, Initial amount, withdrawal, deposit, check balance, exit. upi=4554 +#welcome class bank: 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()