summaryrefslogtreecommitdiff
path: root/progs/unparsable_programs/a754.py
blob: c4538028a331323679563a3dbee65e8b5935e0ae (plain)
1
2
3
def convert_list_dictionary(l1, l2, l3):
     result = [{x: {y: z}} for (x, y, z) in zip(l1, l2, l3)]
     return result