▲ | bcoates 8 days ago | ||||||||||||||||
No, it's exactly the opposite--f-strings are, roughly, eval (that is, unsanitary string concatenation that is presumptively an error in any nontrivial use) to t-strings which are just an alternative expression syntax, and do not even dereference their arguments. | |||||||||||||||||
▲ | rowanG077 7 days ago | parent [-] | ||||||||||||||||
f-strings are not eval. It's not dynamic. It's simply an expression that is ran just like every other expression. | |||||||||||||||||
|