I tried to make a simple program that tells me information about an Image. But when i try to change the image folder with os.chdir()
from PIL import Image
import os
os.chdir('C:\Users\Yonatan\PycharmProjects\Python Programs\Color')
i get this error code: SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape
Please help. ~Yonatan Cohen