OK, got that. If I use:

for x in string_cartesian_product('abc'):
        print x

I get:

a
b
c

What am I not understanding?

Thank you
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to