Logo

Programming-Idioms

History of Idiom 42 > diff from v39 to v40

Edit summary for version 40 by programming-idioms.org:
Updated picture URL by user [programming-idioms.org]

Version 39

2019-11-29, 22:15:31

Version 40

2020-07-05, 20:29:29

Idiom #42 Continue outer loop

Print each item v of list a which in not contained in list b.
For this, write an outer loop to iterate on a and an inner loop to iterate on b.

Illustration

Idiom #42 Continue outer loop

Print each item v of list a which in not contained in list b.
For this, write an outer loop to iterate on a and an inner loop to iterate on b.

Variables
v,a,b