2013年9月23日 星期一

python get dict by keys in dictionary

dd={'a': 1, 'b':2, 'c':3}
dict( (key,value) for (key,value) in dd.iteritems() if key in ('a','c') )




Reference :
Syntax for extracting multiple items from a dictionary - Python

沒有留言:

張貼留言