Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Banking.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -51,4 +52,4 @@ def bal(self):
self.index()

p1=bank(10000)
p1.index()
p1.index()