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