SyntaxFix
Write A Post
Hire A Developer
Questions
If you import os you can use os.getcwd to get the current working directory, and you can use os.chdir to change your directory
import os
os.getcwd
os.chdir