view example/dictcomp.py @ 22:25b202005d1d

Return a String from ast_dump instead of printing it directly.
author Bastien Orivel <eijebong@bananium.fr>
date Fri, 03 Jun 2016 19:00:09 +0200
parents f1c77634a2eb
children
line wrap: on
line source

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