Name: Anonymous 2007-04-22 19:03 ID:QUkGtLGA
x = 0
while x < 100000000:
x += 1
the above code takes ~35 seconds to run on my computer. WTF???
while x < 100000000:
x += 1
the above code takes ~35 seconds to run on my computer. WTF???