Q. Which of the statements about modules is false? (Solved)
1. in the “from-import” form of import, identifiers beginning with two underscores are private and aren’t imported
2. dir() built-in function monitors the items in the namespace of the main module
3. in the “from-import” form of import, all identifiers regardless of whether they are private or public are imported
4. when a module is loaded, a compiled version of the module with file extension .pyc is automatically produced
- c. in the “from-import” form of import, all identifiers regardless of whether they are private or public are imported