Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #197571

Re: Formatted Integer With Specified Number Of Digits

Path csiph.com!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail
From Paul Rubin <no.email@nospam.invalid>
Newsgroups comp.lang.python
Subject Re: Formatted Integer With Specified Number Of Digits
Date Fri, 24 Oct 2025 01:14:39 -0700
Organization A noiseless patient Spider
Lines 5
Message-ID <87ikg467io.fsf@nightsong.com> (permalink)
References <10d23rk$2bc2b$1@dont-email.me>
MIME-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 8bit
Injection-Date Fri, 24 Oct 2025 08:14:40 +0000 (UTC)
Injection-Info dont-email.me; posting-host="21a1865d7c2f18eb16115017d6951444"; logging-data="2589629"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18/dD9ABFdoH8FoJroQgRlu"
User-Agent Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Cancel-Lock sha1:kcLe5cr0rMmQd3zFpNU0ziW3v3s= sha1:trBXGr7HxqKr9TwhEICXhY7RYng=
Xref csiph.com comp.lang.python:197571

Show key headers only | View raw


Lawrence D’Oliveiro <ldo@nz.invalid> writes:
>     >>> "%#0.3x" % 2
>     '0x002'

f'0x{2:03x}

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Formatted Integer With Specified Number Of Digits Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-10-19 07:26 +0000
  Re: Formatted Integer With Specified Number Of Digits Gilmeh Serda <gilmeh.serda@nothing.here.invalid> - 2025-10-19 09:17 +0000
  Re: Formatted Integer With Specified Number Of Digits songbird <songbird@anthive.com> - 2025-10-19 10:01 -0400
    Re: Formatted Integer With Specified Number Of Digits Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-10-19 21:39 +0000
  Re: Formatted Integer With Specified Number Of Digits Paul Rubin <no.email@nospam.invalid> - 2025-10-24 01:14 -0700
    Re: Formatted Integer With Specified Number Of Digits Alan Bawden <alan@csail.mit.edu> - 2025-10-24 06:38 -0400

csiph-web