Computer Science for IGCSE & O level - Programming (Section 5 - No. 25)

Which keyword is used to import a module in Python?
include
get
import
use

Explanation

The `import` keyword is used to load external code libraries.

Comments (0)

Advertisement