We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
importlib.import_module('numpy') np_module = importlib.import_module('numpy') np_abs = getattr(np_module, 'abs') np_abs np_abs([3, 5, 6]) np_abs([3, 5, -6])