[issue42914] pprint numbers with underscore

Serhiy Storchaka report at bugs.python.org
Wed Jan 13 10:04:56 EST 2021


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

>>> format(10**9, '_d')
'1_000_000_000'

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42914>
_______________________________________


More information about the Python-bugs-list mailing list