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))
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to