On 3/27/14 10:51 AM, Rustom Mody wrote:

Observe:
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 Ive probably forgotten 2 dozen other common ones


Oh, I know... that's why I'm not demanding anything (what a head-ache).



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

Reply via email to