

MCQOPTIONS
Saved Bookmarks
1. |
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 |
Answer» B. the address of the module os | |