<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
Nella parte lessicale:
<p><a class="moz-txt-link-freetext" href="https://docs.python.org/3/reference/lexical_analysis.html#f-strings">https://docs.python.org/3/reference/lexical_analysis.html#f-strings</a></p>
<p>"The format specifier mini-language is the same as that used by
the str.format() method.". Quindi trovi le specifiche qui:</p>
<p><a class="moz-txt-link-freetext" href="https://docs.python.org/3/library/string.html#formatstrings">https://docs.python.org/3/library/string.html#formatstrings</a></p>
<p>dove trovi:</p>
<p>"<code class="docutils literal notranslate"><span class="pre">'^'</span></code>
Forces the field to be centered within the available
space."</p>
<p><br>
</p>
<div class="moz-cite-prefix">Il 26/05/22 12:20, Gabriele Battaglia
ha scritto:<br>
</div>
<blockquote type="cite"
cite="mid:10f943fa-a063-6438-2a7a-74829e5abbae@libero.it">Ciao.
<br>
<br>
Cerco la documentazione completa sulle f-strings, mi pare sia la
PEP458? Non sono sicuro. In rete trovo articoli, esempi, ma non ho
ancora individuato un singolo documento che mi riporti tutte le
specifiche.
<br>
<br>
Mi dite con quale chiave dovrei cercare in Google, o qual รจ un
riferimento buono?
<br>
<br>
<br>
In particolare adesso cercavo l'equivalente f-string di
str.center(...) che non me lo ricordo. :)
<br>
<br>
<br>
Grazie per l'aiuto.
<br>
<br>
<br>
Gabry.
<br>
<br>
</blockquote>
</body>
</html>