Which Of The Statements About Modules Is False #801
Which of the statements about modules is false?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Modules - Python Modules - Quiz No.2.
Which of the statements about modules is false?
In the “from-import” form of import, identifiers beginning with two underscores are private and aren’t imported
dir() built-in function monitors the items in the namespace of the main module
In the “from-import” form of import, all identifiers regardless of whether they are private or public are imported
When a module is loaded, a compiled version of the module with file extension .pyc is automatically produced