I am trying to solve the following equation in python with sympy.
13000*1.44**x =1000000
I tried:
x = symbols(\'x\', real=True) print(solveset(