Skip to main content
16 votes
2 answers
4k views

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?
firebush's user avatar
  • 6,174
Advice
0 votes
3 replies
44 views

Basically I want to split the template string by literal whitespace (we don't have to worry about escape chars for these purposes) and produce an array of strings, where bracketed arguments with space ...
meisel's user avatar
  • 2,625