counting using variable length string as base

Grimsqueaker Grimsqueaker13 at gmail.com
Thu Mar 27 04:59:26 EDT 2008


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



More information about the Python-list mailing list