current dir python file is in patg code example
Example 1: working directory python
import os
cwd = os.getcwd()
Example 2: get working directory python
import os
os.getcwd()
import os
cwd = os.getcwd()
import os
os.getcwd()