Vidyalelo
Python · Q62

Module in Python

Programming · Python · question 62

Q62

What will be the output of the following code:import osprint(os.getcwd())

A.
The current working directory
Answer
B.
An error will occur
C.
os
D.
C:UsersuserDocuments

Answer: Option A

Solution

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