Leading 0's syntax error in datetime.date module (Python 3.6)
Chris Angelico
rosuav at gmail.com
Thu May 10 14:51:34 EDT 2018
On Fri, May 11, 2018 at 4:31 AM, bartc <bc at freeuk.com> wrote:
> 2x100 (4) Binary
> 3x100 (9) Ternary
> 4x100 (16) Quaternary
> 5x100 (25) etc
> 6x100 (36)
> 7x100 (49)
> 8x100 (64) Octal
> 9x100 (81)
> ... (Not implemented 11x to 15x, nor 10x or 16x)
> 0x100 (256) Hex
YAGNI much? How often do you need a base-9 literal in your code??
ChrisA
More information about the Python-list
mailing list