flatMap or bind in Python 3? [y for x in [1, 2, 3] for y in [x, 10*x]] Just add another for to the list comprehension.