Name the Python module need to be imported to invoke the function? load()

2023

Name the Python module need to be imported to invoke the function? load()

  1. A.

    CSV / CSV

  2. B.

    pickle / pickle

  3. C.

    sql / sql

  4. D.

    binary / binary

Attempted by 1511 students.

Show answer & explanation

Correct answer: B

The function load() is used from the pickle module. So, you need to import: import pickle

Explore the full course: Rssb Senior Computer Instructor