Direction: Choose the correct option
Q1.
What is a module in Python?
Direction: Choose the correct option
Q2.
How do you import a module named 'math'?
Direction: Choose the correct option
Q3.
What is the difference between `import math` and `from math import sqrt`?
Direction: Choose the correct option
Q4.
What is a package in Python?
Direction: Choose the correct option
Q5.
How do you import a module from a package?
Direction: Choose the correct option
Q6.
What is the purpose of `if __name__ == '__main__':`?
Direction: Choose the correct option
Q7.
What does `dir(math)` do?
Direction: Choose the correct option
Q8.
How do you create an alias for a module?
Direction: Choose the correct option
Q9.
What is the __init__.py file used for?
Direction: Choose the correct option
Q10.
Where does Python look for modules?
