pwd python code example Example 1: pwd python import os cwd = os.getcwd() Example 2: get working directory python import os os.getcwd()