Source Code:
(back to article)
import os current_directory = os.getcwd() print(current_directory)
Result:
Report an issue