MCQ
Single Best Answer
Difficult
QWhich of the following statement retrieves names of all builtin module names?
ID: #20260
Create Objects in Python
81 views
Question Info
#20260Q ID
DifficultDifficulty
Create Objects in PythonTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option D
Explanation
The correct statement to retrieve names of all built-in module names is:
import sys; sys.builtin_module_names
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic