for y in range (0,iNumItems)--> not in order?

korean_dave davidreynon at gmail.com
Thu Aug 14 11:35:15 EDT 2008


Still the same output...

Here's the actual code...

    for x in range(0,2):
        for y in range(0,27):
            for z in range(0,15):
                print(str(x) + " " + str(y) + " " + str(z))



More information about the Python-list mailing list