os.getcwd()
Here is what the above code is Doing:
1. It’s creating a variable called ‘cwd’ and setting it equal to the current working directory.
2. It’s printing the value of ‘cwd’ to the console.
3. It’s printing the type of ‘cwd’ to the console.