yet another noob question

Paul Rubin http
Sun Aug 13 15:55:58 EDT 2006


Paul Rubin <http://phr.cx@NOSPAM.invalid> 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)



More information about the Python-list mailing list