F-strings in Python
The other day I wrote an article about Formatting strings in Python, and I got a couple of responses saying I should look into f-strings in Python.
F-strings are a more readable way to format strings.
And, they are faster!
Using f-strings in Python
A...
h.daily-dev-tips.com2 min read