|
|
|
|
|
by jonathaneunice
305 days ago
|
|
I don't understand the f-string hate. f-strings put the value in the output string exactly where the value should be. Massive win for contextual awareness, no need to count ...3, 4, okay what's the position 4 value over on the right, does it match up?? And they use classic Python string formatting commands, except the = operator which makes them even better with a "name the variable, show its value in a concise way" option. What's not to like? (And if you don't like them, uh...they're not mandatory. Just don't use them.) |
|
It is probably some sort of deep seated printf() based trauma.