view example/dictcomp.py @ 30:f23c5dafea78

Add a test for Call.
author Bastien Orivel <eijebong@bananium.fr>
date Sat, 04 Jun 2016 00:07:20 +0200
parents f1c77634a2eb
children
line wrap: on
line source

d = {key:  value for key, value in imaginary_dict.items() if key % 12}