comparing values in two sets

John Salerno johnjsal at NOSPAMgmail.com
Sun May 14 20:59:13 EDT 2006


John Salerno wrote:
> I'd like to compare the values in two different sets 

Oops, I guess I was a little too loose in my use of the word 'set'. I'm 
using sets in my program, but by this point they actually become 
strings, so I'm really comparing strings.

Thanks for pointing that out to me, and I'll look into izip as well. I 
was wondering if I could use an iterator for this somehow. :)



More information about the Python-list mailing list