Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- account_file = open('/Users/xcv/Desktop/bank_account_info.txt', 'w')
- read_file = account_file.read()
- account_file.close()
- with open('workfile', 'r') as f:
- read_data = f.read()
Advertisement
Add Comment
Please, Sign In to add comment