Write a function that combines three lists by alternatingly taking elements. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Write a function that combines three lists by alternatingly taking elements.

For example:--given the three lists [a, b, c] [1, 2, 3] and [x, y, z] function should return [a1x, 2by, c3z]

24th Mar 2018, 6:24 AM
Nikhil
Nikhil - avatar
0 Answers