<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<div style="color: rgb(0, 0, 0);">Good evening,
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:rgb(0,0,0); font-family:Calibri,Helvetica,sans-serif,"EmojiFont","Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
<div>I'm Wagner Herculano from Brazil.</div>
<div>
<div>I was trying to do a table exercise with number 5 and tried formatting spaces and did not find it in PEP 498 documentation.<br>
Finally I found a way, if possible, include this example in the documentation please.<br>
<br>
Below is my script with the desired formatting about table of 5.</div>
<div><br>
</div>
<div>
<div><i>n = 5</i><i><br>
</i></div>
<div><i>for i in range(1,11):<br>
    print(f'{n} x <b>{i:>2}</b> = <b>{n*i:>2}</b>')<br>
<br>
Result    <br>
5 x  1 =  5<br>
5 x  2 = 10<br>
5 x  3 = 15<br>
5 x  4 = 20<br>
5 x  5 = 25<br>
5 x  6 = 30<br>
5 x  7 = 35<br>
5 x  8 = 40<br>
5 x  9 = 45<br>
5 x 10 = 50</i></div>
<div><i>-----------</i></div>
<div><i>Sorry my English, I needed to use Google Translate</i></div>
<div><i><br>
</i></div>
<div><i></i>Best Regards,</div>
<div>    Wagner Herculano<i><br>
</i></div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>