

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following returns a string that represents the present working directory? |
A. | os.getcwd() |
B. | os.cwd() |
C. | os.getpwd() |
D. | os.pwd() |
Answer» B. os.cwd() | |