python3 get current file location code example
Example 1: working directory python
import os
cwd = os.getcwd()
Example 2: get diroctary in python
import os
cwd = os.getcwd()
print(cwd)
import os
cwd = os.getcwd()
import os
cwd = os.getcwd()
print(cwd)