Single Choice
Difficult
QWhich of the following statement retreives names of all builtin objects?
ID: #20258
Create Objects in Python
112 views
Question Info
#20258Q ID
DifficultDifficulty
Create Objects in PythonTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
The correct statement to retrieve names of all built-in objects is:
import builtins; builtins.__dict__.keys()
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic