advanced code snippet search
dorseye on 08/19/09
list python dictionary
08/19/09 12:12am
1 person have marked this snippet as a favorite
gartenstuhl
>>> i['a', 'b']>>> l[1, 2]>>> dict([i,l]){'a': 'b', 1: 2}
Report this snippet Tweet
Comment:
You need to login to post a comment.