Problems and Solutions
Traceback (most recent call last): File "python", line 1, in IOError: [Errno 2] No such file or directory: 'output.txt'
my_file = open('output.txt', "r+") should work just fine
Traceback (most recent call last):
ReplyDeleteFile "python", line 1, in
IOError: [Errno 2] No such file or directory: 'output.txt'
my_file = open('output.txt', "r+") should work just fine
ReplyDelete