so guys i just copied a couple of paragraph into a text file (test.txt) and ran this
with open('test.txt','r') as f:
print(f.read())
and i got this
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 1588: character maps to <undefined>
i dont know what that error means , i dont know why it wont work ,its just a simple code , so can someone explain what is the problem in simple words. Thanks