x=1 n=int(input("n=")) while x**2-2<0: x=x+10**-n print( ... ,x)