len(str(3.154155151000)) #11 ???
len(str(154155151000)) #12
In my opinion, the answer of len(str(3.154155151000)) would be 14.
I thought the answer is 14 that might be include 3 and point.
But the actual result is 11
How could it be 11?