a couple more exotic variations print (10 * "%s ") % tuple(range(10))
print filter(lambda x : x not in "[,]",str(range(10))) -- http://mail.python.org/mailman/listinfo/python-list
a couple more exotic variations print (10 * "%s ") % tuple(range(10))
print filter(lambda x : x not in "[,]",str(range(10))) -- http://mail.python.org/mailman/listinfo/python-list