Python oddity: >>> None <= -5.0E19…

Python oddity:
>>> None <= -5.0E19
True
>>> 0 <= -5.0E19
False
*headdesk*


Posted

in

by

Tags:

Comments

Leave a Reply

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