I have a list of names of modules such as ["module1", "module2", "module3"] this list can be ["module1", "module2", "module3"] . Question: how to import a module whose name matches the text of the list item. Example:
import modules_my[0] Are there any working methods?
importlib- Slava Zhuyko