PYTHON CIRCLE
Practice
Python Books
Archive
Tools
Contact
Subscribe
Menu
Practice
Python Books
Archive
Tools
Contact
Subscribe
1000 Python Questions
Get 1 Python question daily. Join this telegram channel
https://t.me/python1000questions
Advertise with us
Python Multiple Choice Questions
Which of the statements about modules is false?
A. In the "from-import" form of import, identifiers beginning with two underscores are private and aren't imported
B. dir() built-in function monitors the items in the namespace of the main module
C. In the "from-import" form of import, all identifiers regardless of whether they are private or public are imported
D. When a module is loaded, a compiled version of the module with file extension .pyc is automatically produced
Show Answer
Next Question
Correct Answer:
C
Explanation: In the "from-import" form of import, identifiers beginning with two underscores are private and aren't imported.
SUBSCRIBE
Please subscribe to get the latest articles in your mailbox.
SUBSCRIBE
Please subscribe to get the latest articles in your mailbox.
© 2017-2020 Python Circle
Contact
Sponsor
Archive
Sitemap