i = 1
while i < 10000 and i > 0 and 1 :
print " still going ..."
i = 2 * i
Hi i am new to Python and completley useless at it. Can somebody please explain to me why this code prints "Still going" 14 times. I have tried to work it out but i just can't see how. Any help would be very much appreciated. Thanks