What is the key difference between a Python t-string and an f-string?
Select one:
A t-string returns a Template object you can process later.
Template
A t-string is just an alias for f-strings in Python 3.14.
A t-string evaluates lazily but still returns a str.
str
A t-string returns a raw str with automatic escaping applied.
Hint
Think about what object each prefix produces.
Sorry! There has been an error processing your answer. Please try again.
Got feedback on this question?