On Thursday, September 22, 2016 at 3:47:27 PM UTC+12, Sayth Renshaw wrote:
> What about 0 or 1 they are true and false like no other numbers?

    >>> isinstance(1, bool)
    False
    >>> isinstance(True, int)
    True
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to