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()
- A.
CSV / CSV
- B.
pickle / pickle
- C.
sql / sql
- 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