x = 0.01 iter = 0 while x <= 2000: x = 2*x iter +=1 print("Antall doblinger er", iter)