Logo

Programming-Idioms

History of Idiom 141 > diff from v1 to v2

Edit summary for version 2 by BBaz:
typo

Version 1

2016-08-13, 22:54:49

Version 2

2016-08-14, 20:14:35

Idiom #141 Iterate in sequence over two lists

Iterate in sequence over the elements of the list tems1 then items2. Print each element.

Idiom #141 Iterate in sequence over two lists

Iterate in sequence over the elements of the list items1 then items2. Print each element.