change directory in python3 code example Example: change directory in python os import os path = "C:\Users\Your\Directory" os.chdir(path)