dict1 = {} list1 = [] def convert_to_list(entry): """ ... """ for k, v in dict1: entry = (k, dict1[v]) new_