view example/listcomp.py @ 66:32550e12aedf

Simplify some expressions in ast_dump.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Mon, 13 Jun 2016 01:39:20 +0100
parents 719a27f1c1c7
children
line wrap: on
line source

l = [v for v in range(5) if v % 2]