On 2024-08-27, Gilmeh Serda via Python-list <python-list@python.org> wrote:
> On 25 Aug 2024 15:46:25 GMT, Stefan Ram wrote:
>
>> f"{int(number):>20,}"
>
> Great. Thanks. Do you have a link to where that's documented?
>
> I did web search, found nothing.

https://docs.python.org/3/library/string.html#formatspec
https://docs.python.org/3/reference/lexical_analysis.html#f-strings

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to