I have a simple Question, I'm using the following Code to open multiple files in Python but it doesn't work, it just gives me one error.
Error:
"SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape "
for name in glob.glob('C:\Users\lpa\namefolder1\namefolder2\namefolder3/*'):