Try this:
List3 = [dict(zip(*lsts)) for lsts in zip(List1, List2)]
CLICK HERE to find out more related problems solutions.
Try this:
List3 = [dict(zip(*lsts)) for lsts in zip(List1, List2)]
CLICK HERE to find out more related problems solutions.