I get the error 'utf-8'.
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xca in position 5: invalid continuation byte*
I don't know why this happens. I am trying this:
path = "/Users/Lieve/Desktop/"
contents = open(path+"100_names.txt")
lines = contents.readlines()