[Tutor] Hoping for a brief explanation!

Mark Lawrence breamoreboy at gmail.com
Tue Aug 16 08:32:02 EDT 2022


On 16/08/2022 01:01, C S wrote:
> Thank you!
> 
>>>> print(10>9.999999999999999)
> True
>>>> print(10>9.9999999999999999)
> False
> Python on windows 3.10 64bit.
> 
> Sincerely,
> 
> Thanks!
> 

Have a tutorial reference 
https://docs.python.org/3/tutorial/floatingpoint.html

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence



More information about the Tutor mailing list