I am trying to load a array from another file(for a while now, and have been going through a lot of Stack Overflow Questions), but I can't get the easiest things to work. This is one of the errors I got:
>>> inp = open ('C:\Users\user\Documents\w-game\run\map1.txt','r')
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes
in position 2-3: truncated \UXXXXXXXX escape
Sometimes I didn't get that error. It simply couldn't find the file, although I am sure it was there and it was a text file.
Does anybody know what is up or if this method doesn't work in python 3.3.3 anymore?