FIND the current path of python in windows code example Example: get diroctary in python import os cwd = os.getcwd() print(cwd)