Vidyalelo
Python · Q145

Module in Python

Programming · Python · question 145

Q145

What does os.name contain?

A.
the name of the operating system dependent module imported
Answer
B.
the address of the module os
C.
error, it should've been os.name()
D.
none of the mentioned

Answer: Option A

Solution

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