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