Match each function with a description.
Pickle
Match all the functions
Report a typo
Match the items from left and right columns
dump()dumps()load()loads()Reads a pickled representation of an object from a file.
Returns a pickled representation of an object as a byte string.
Writes a pickled representation of an object to a file.
Reconstructs an object from a pickled byte string.
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.