What does os.name contain?
(a) the name of the operating system dependent module imported
(b) the address of the module os
(c) error, it should’ve been os.name()
(d) none of the mentioned
I have been asked this question during an internship interview.
This key question is from Operating System topic in chapter Mapping Functions and Modules of Python