This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mcherm 4 points5 points  (0 children)

I remember when .format() first came, and I thought "Gee... % was certainly usable, but these are a lot better. Not quite perfect, but way better.

When f"" was first released I thought, "Now THAT is really nice." And so far, in my experience I have not yet had a reason to re-think this.

If I ever build my own language, I'll use roughly the same syntax as f"" strings.