PEP 750: Tag Strings For Writing Domain-Specific Languages

Nice example, thanks (and thanks for looking at it.) You’re also right about logging, it came up in earlier discussion.

Interesting point about a different character instead of quote. JavaScript also uses backtick, but uses it for both template literal (f-string) and tagged template literal (tag string). Also: tagged template literals, unlike template literals, don’t have to return a string.