Class 12 CS Chapter 4 Ex 4.1 Solutions Sumita Arora New Syllabus / listing12CSSA, Uncategorized / By Neha 1. Which operator is used in Python to import all modules from packages? (b) * ...click here for answer 2. Which file must be part of the folder containing Python module files to make it importable python package? (c) __init__.py ...click here for answer 3. In python which is the correct method to load a module math? (b) import ...click here for answer 4. Which is the correct command to load just the tempc method from a module called usable? (c) from ...click here for answer 5. What is the extension of Python library modules? (d) .py ...click here for answer