Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def bank_account(username, password, cash):
- account_file = open('C:\Users\cIroldan\Desktop\ccount_info.txt', 'w')
- account_file.write(username + password + cash)
- account_file.close()
- bank_account('meow','12345','100')
Advertisement
Add Comment
Please, Sign In to add comment