Reconstruct the object

Report a typo

Write the body of the reconstruct_data() function that takes two pickled strings, unpickles them into Python objects, and returns the result of their concatenation.

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

Write a program in Python 3
import pickle


def reconstruct_data(...):
pass
___

Create a free account to access the full topic