I want to use the join function in python (not any other function) to merge two lists into nested lists, assuming the lists are of equal length, for example:
list(map(list, zip(list1, list2)))