Op 2017-09-22, Thomas Jollans schreef <t...@tjol.eu>:

> Just to make the implication explicit:
>
>>>> from math import nan
>>>> nan is nan
> True
>>>> nan == nan
> False
>>>> nan != nan
> True
>>>>

To add to the fun:

>>> nan is nan
True

Stephan
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to