Vidyalelo
Python · Q123

Module in Python

Programming · Python · question 123

Q123

Which of the following returns a string that represents the present working directory?

A.
os.getcwd()
Answer
B.
os.cwd()
C.
os.getpwd()
D.
os.pwd()

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board