Import statements

Report a typo

Match each statement with its functionality.

Match the items from left and right columns
import super_module
from super_module import super_function
from module import *
super_module.super_function()
Import a single function from the module.
Import all of the module.
Access the function loaded from the module.
Import all names from the module.
___

Create a free account to access the full topic