Types of imports

Report a typo

Match the import type with its name.

Match the items from left and right columns
relative import
absolute import
wildcard import
from package import *
from . import subpackage
from package.subpackage.module.main import function
___

Create a free account to access the full topic