Weak Type Ability for Python
Thomas Passin
list1 at tompassin.net
Thu Apr 13 15:04:02 EDT 2023
On 4/13/2023 2:36 PM, avi.e.gross at gmail.com wrote:
> But having
> precedence rules and also allowing the other methods, should work fine for a
> good segment of people except perhaps the ones who like Reverse Polish
> Notation and insist on 5 4 3 + * instead.
For *reading*, I prefer the usual 5 * (4 + 3) form. But for using a
calculator, I much prefer RPN.
More information about the Python-list
mailing list