Re: Formatted Integer With Specified Number Of Digits

Alan Bawden <[email protected]>
Newsgroups gmane.comp.python.general
Organization ITS Preservation Society
Message-ID <[email protected]>
Paul Rubin <[email protected]> writes:

   Lawrence D’Oliveiro <[email protected]> writes:
   >     >>> "%#0.3x" % 2
   >     '0x002'

   f'0x{2:03x}

Won't work for negative numbers.

-- 
Alan Bawden
-- 
https://mail.python.org/mailman3//lists/python-list.python.org
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.