Logo

Programming-Idioms

History of Idiom 143 > diff from v11 to v12

Edit summary for version 12 by programming-idioms.org:
Explain what happens if items1 and items2 have different size.

Version 11

2018-03-23, 22:59:55

Version 12

2018-03-24, 17:31:54

Idiom #143 Iterate alternatively over two lists

Iterate alternatively over the elements of the list items1 and items2. For each iteration, print the element.

Idiom #143 Iterate alternatively over two lists

Iterate alternatively over the elements of the list items1 and items2. For each iteration, print the element.

Explain what happens if items1 and items2 have different size.

Extra Keywords
parallel
Extra Keywords
parallel