Question about None

Scott David Daniels Scott.Daniels at Acm.Org
Sun Jun 14 10:10:11 EDT 2009


Steven D'Aprano wrote:
> ... or {1}∩0. (If that character between the set and zero ends up missing,
> it's meant to be INTERSECTION u'\u2229'.)
Note that you can write this in a quite readable way in ASCII:
     "it's meant to be the character u'\N{INTERSECTION}'."

--Scott David Daniels
Scott.Daniels at Acm.Org



More information about the Python-list mailing list