OK, got that. If I use:
for x in string_cartesian_product('abc'):
print xI get: a b c What am I not understanding? Thank you -- http://mail.python.org/mailman/listinfo/python-list
OK, got that. If I use:
for x in string_cartesian_product('abc'):
print xI get: a b c What am I not understanding? Thank you -- http://mail.python.org/mailman/listinfo/python-list