[Tutor] dictionary manipulation
Alan Gauld
alan.gauld at freenet.co.uk
Wed Jul 26 22:59:51 CEST 2006
> for key in sorted(result.keys): a sorted list of keys
Oops, that should of course be:
for key in sorted(result.keys() ):
Alan G.
More information about the Tutor
mailing list