Re: [Python-Dev] f-strings

2017-12-15 Thread Wagner Herculano
f you. Kind regards, Wagner Herculano. From: Chris Barker - NOAA Federal Sent: Friday, December 15, 2017 2:49:08 PM To: Mariatta Wijaya Cc: Wagner Herculano; Python Dev Subject: Re: [Python-Dev] f-strings That's covered under "format specifiers" I t

[Python-Dev] f-strings

2017-12-15 Thread Wagner Herculano
Good evening, I'm Wagner Herculano from Brazil. I was trying to do a table exercise with number 5 and tried formatting spaces and did not find it in PEP 498 documentation. Finally I found a way, if possible, include this example in the documentation please. Below is my script with the de