14 Apr 2013 ... For loop from 0 to 2, therefore running 3 times. for x in range(0, 3): print "We're on time %d" % (x). While loop from 1 to infinity, therefore running ...
wiki.python.org