QuestionQ9

Python/PyEZ

You want to use a Python package or module.

In this scenario, which statement would accomplish this?

  • A map
  • B dir
  • C input
  • D import
Explanation

The import statement makes a Python module or package available for use in a program.

Community Discussion

No comments yet. Be the first to start the discussion!