Hi Ronie

There's a problem with using % as you suggest. What's the meaning and thus
value of
    >>> 300%+57
At present it's 15. You would have it equal to 60.

You motivation is good, but the solution you've proposed might not work. By
the way, Python does care about readability of numeric constants. It was
recently (?) changed to allow
    >>> billion = 1_000_000_000

I do agree with you, readability counts. Thank you for your contribution.
Perhaps there's a better solution.
-- 
Jonathan
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to