Which module is required to use the built-in function dump()?
pickle
Reason — The dump() function is part of the pickle module in Python. Therefore, to use the dump() function, we need to import the pickle module.