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()
Answer: B. pickle / pickle — The function load() is used from the pickle module. So, you need to import: import pickle
- A.
CSV / CSV
- B.
pickle / pickle
- C.
sql / sql
- D.
binary / binary
Attempted by 1901 students.
Show answer & explanation
Correct answer: B
The function load() is used from the pickle module. So, you need to import: import pickle
Loading lesson…