Match each statement with its functionality.
Import statements
Report a typo
Match the items from left and right columns
import super_modulefrom super_module import super_functionfrom 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.
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.