Here’s my code:

x = 1.0
y = 100000.0    
print x/y

My quotient displays as 1.00000e-05.

Is there any way to suppress scientific notation and make it display as
0.00001? I’m going to use the result as a string.

16 Answers
16

Leave a Reply

Your email address will not be published. Required fields are marked *