import math for i in range(31):print"x = %.1f, y = %.6f"%(i*.1,math.exp((.1-77e-9)*i))