Jussi Piitulainen <jpiit...@ling.helsinki.fi>:

>  a+ b  => 7  # a() + b
>  a +b  => 3  # a(+b)   => a(b) => a(1) = 1 + 2
>
> I'm not quite fond of such surprise in programming language syntax.

Yes, whoever came up with the idea of whitespace having syntactic
significance!


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

Reply via email to