Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def dep():
- def deposite_withdraw( n , op):
- amt = 0
- file = open("data.txt", "r+")
- for line in file:
- l = line.split('\t')
- if Id == l[0] :
- if (op == 1 ):
- print("-----------------------------------------------")
- print(" Enter amount to be deposited : ")
- dep(n , amt )
- if (op == 2 ):
- print("-----------------------------------------------")
- print(" Enter amount to be Withdrawed : ")
- withdraw( n , amt )
- print("\n Done :) ")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement