Paul Rubin <http://[EMAIL PROTECTED]> writes: > Now you can use the function to print the list you wanted: > > for i in xrange(1234,1333): > print base5x(i, 5)
Whoops, pasted the wrong thing from my test window. Sorry. That
was supposed to say:
for i in xrange(5**5):
print base5x(i, 5)
--
http://mail.python.org/mailman/listinfo/python-list
