go to previous directory python code example Example: get the previous working directory in python path = os.path.dirname(__file__) print(path)