I wrote those simple lines and run them on python 2/3.
i=1.194857193845710948754654
print(len(str(i)))
I got 2 different outputs. What is the reason for that? and how could I achieve the same output in python2 ?
Output python2:
>>> 13
Output python3:
>>> 18