Closed Studentrsr closed 4 years ago
I am getting a syntax error SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape while mentioning the path for source
This is the problem with python version. python version 2 and 3 treats unicode characters and bytes differently. This might be the reason.
I am getting a syntax error SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape while mentioning the path for source