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