No subject


Sun Nov 12 08:01:13 CET 2006


attr = { "gill-attachment" : ["a", "d", "f", "n"], 
         "gill-spacing"    : ["c", "d", "w"],
         "gill-size"       : ["b", "n"]
         }

print attr["gill-size"]

John Hunter




More information about the Python-list mailing list