We can print the current working directory using the os module:
os
import os # Print the current working directory print(os.getcwd())