Formatting strings in Python
As you may know, I work mainly with JavaScript these days. After seeing JavaScript has these amazing template literals. I was wondering if something like that existed in Python.
And it does, in some way!
There is something called string formatting in...
h.daily-dev-tips.com2 min read