view example/listcomp.py @ 62:d255a932553f

Fix a few warnings.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Mon, 13 Jun 2016 00:42:58 +0100
parents 719a27f1c1c7
children
line wrap: on
line source

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