Multiple choice

what is the command for adding a library to python?

  1. insert

  2. import

  3. use

  4. open

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The import statement is the standard way to bring external libraries into a Python script.