enter image description hereThis error occurs when I open, read, and print out my file. I'm not sure why this is happening and I'm not using pandas. my file prints out then exits with this error. How do I fix this?
This is the code I've written for this error to occur.
walmartFile = open('walmart_inventory.csv', 'r')
for line in walmartFile: print(line)