[Solved]7 Write Function Pair Takes Two Lists 11 12 Length Returns List Two Element Lists Containi Q37167672

7. Write the function pair which takes two lists 11 and 12 of the same length and returns a list of two-element lists containing successive pairs of an element from each. Example: (pair , (a b c ) ,(1 2 3) ) returns ( (a 1) (b 2) (c 3) ) Show transcribed image text 7. Write the function pair which takes two lists 11 and 12 of the same length and returns a list of two-element lists containing successive pairs of an element from each. Example: (pair , (a b c ) ,(1 2 3) ) returns ( (a 1) (b 2) (c 3) )
Expert Answer
Answer to 7. Write the function pair which takes two lists 11 and 12 of the same length and returns a list of two-element lists co… . . .
OR

