Up: Python [Top][Contents]
A Python expression that builds a list, using the syntax
[EXPRESSION for ITEM in ITERABLE] [EXPRESSION for ITEM in ITERABLE if CONDITION]
similar to set-builder notation.
if