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.