Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 7)
7.
Which function from the os module is used to change the current working directory?
os.getcwd()
os.chdir()
os.path()
os.dir()
Answer: Option
Explanation:
The os.chdir() function is used to change the current working directory in Python.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.