Modules and Packages – Multiple Choice Questions (MCQs)
-
-
38. How can you find the location of an installed module?
-
39. What is the purpose of namespace packages in Python?
-
40. How are namespace packages typically created?
-
41. What is the order in which Python searches for modules?
-
42. What is the purpose of the `reload()` function in the `importlib` module?
-
43. When might you need to use `reload()`?