Kizspy | Question: 21
(Choose 1 answer)
What is the purpose of the sys.modules dictionary in the Python import system?
A. To store the paths of Python modules
B. To map module names to module objects
C. To store global variables used across different modules
D. To track the version numbers of imported modules