unicode as valid naming symbols

Gregory Ewing greg.ewing at canterbury.ac.nz
Thu Mar 27 19:45:57 EDT 2014


Mark H Harris wrote:
>> Good ol infix -- x+y..
>> prefix (with paren) -- foo(x)
>> prefix without  -- ¬ x
>> In case you thought alphanumerics had parens --  sin x
>> Then theres postfix   -- n!
>> Inside fix   -- nCr (Or if you prefer ⁿCᵣ ??)
>> And outside fix -- mod -- |x|

And mismatched delimiters:

    [5, 7)

    |x>

-- 
Greg



More information about the Python-list mailing list