Hacker News new | ask | show | jobs
by itishappy 435 days ago
They do different things. You can implement f-strings in t-strings, but it's extra work. The obvious way is therefore:

Use f-strings if you can, otherwise use t-strings.