Logo

Programming-Idioms

History of Idiom 163 > diff from v3 to v4

Edit summary for version 4 by Bzzzzzzzzzz:
Linked to idiom #143 [Iterate alternatively over two lists]

Version 3

2017-08-21, 19:29:51

Version 4

2017-08-21, 19:30:42

Idiom #163 Print list elements by group of 2

Print all the list elements, two by two, assuming list length is even.

Idiom #163 Print list elements by group of 2

Print all the list elements, two by two, assuming list length is even.