In Python 3, I just tried to change my working directory in the following way:
import os DIR = \'C:/Users/Emil/files/\' os.chdir(DIR)
This use