All pastes #2095891 Raw Edit

Untitled

public text v1 · immutable
#2095891 ·published 2011-11-25 16:21 UTC
rendered paste body
def show(d):
    for e in d:
        print e
        for c in d[e]:
            print '\t',c