|
|
|
|
|
by kristoff_it
3068 days ago
|
|
Templated strings are great for when, as the name suggests, you want to create a string with some placeholders to be expanded at a later time. When you just want to interpolate a string on the fly, Fstrings are absolutely the right thing to do most of the time. |
|
https://cito.github.io/blog/f-strings/