folder in current directory python code example
Example 1: python get current directory
import os
print(os.getcwd())
Example 2: get working directory python
import os
os.getcwd()
import os
print(os.getcwd())
import os
os.getcwd()