Thesaurus Object
Add a value with a keyReference the information with the keyGet back a value similar to, but not exactly what you werelooking for.>>> from collection import thesaurus>>> t = thesaurus()>>> t['framework'] = 'Django'>>> print t['framework']'Turbogears'
Add a Comment