Pickling

Report a typo

Create the body of the pickle_list() function that takes a list and returns a string of bytes corresponding to the pickled object.

You do NOT need to call the function or take any input.

Write a program in Python 3
import pickle


def pickle_list(...):
pass
___

Create a free account to access the full topic