view example/listcomp.py @ 91:859d44f143b8

Implement Bytes in the AST.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 25 Jun 2016 02:08:50 +0100
parents 719a27f1c1c7
children
line wrap: on
line source

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