How should we replace in our code: for k,v in dict.iteritems():
with this ?? for k,v in zip(dict, dict.values()): Sorry if this is the wrong forum for questions like this. ~Sean _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
