How to print the current working directory in Python
Os module provides the utility to print the current working directory.
import os
os.getcwd()
For Techs.... Techniques.... Technologies....
Os module provides the utility to print the current working directory.
import os
os.getcwd()