Python cara mengimpor modul yang diberikan stringg

import importlib

i = importlib.import_module("matplotlib.text")
Spotless Sloth