> 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.

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to