On 2/4/2020 6:17 PM, Ricky Teachey wrote:
Why not just build the number using some kind of fancy "continuing
integer" constructor function? Then you could just use commas, Blacken
the code, and it will look great, right?
P = my_int_maker(29674495668685510550154174642905332730771991,
79985304335099507553127683875317177019959423,
8596428121188033664754218345562493168782883)
Unless you switch to strings, you're going to have a problem with
leading zeros.
Eric
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at
https://mail.python.org/archives/list/python-ideas@python.org/message/RYZZ24VCJJ57W2Q4Q45VHWVFOS2HTYZC/
Code of Conduct: http://python.org/psf/codeofconduct/