The function below receives dictionaries as arguments.
def func(*args): #print names of arguments that will be passed into the function > d1, d2 = {..