Getting the current directory returns the full path of the current working directory.
Solution for How to get the current directory in Python : You can use os.getcwd() to get the current directory Call os.getcwd() to get the current working directory.