i = 1 while i < 10000 and i > 0 and 1 : print "still going ..." i = 2 * i
i = 1 while i < 10000 and i > 0 and 0 : print "still going ..." i = 2 * i
i = 1 while i < 2048 and i > 0 : print "still going ..." i = 2 * i




Posted 09 March 2008 - 12:13 PM
i = 1 while i < 10000 and i > 0 and 1 : print "still going ..." i = 2 * i
i = 1 while i < 10000 and i > 0 and 0 : print "still going ..." i = 2 * i
i = 1 while i < 2048 and i > 0 : print "still going ..." i = 2 * i
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
