1 question
16
votes
2
answers
4k
views
How are Python 3.14 t-strings different than f-strings
Python 3.14 is introducing template strings, so-called t-strings. Can someone explain how these differ from f-strings? What new problems are t-strings helping developers solve?