print("b1/b2=2.512*d(difference of magnitude)") d = float(input("d: ")) m = 2.512**d print(m)