python string literals are kinda funny
Summary
This article explores Python string literals, including raw strings and f-strings, with concrete examples. It discusses syntax edge cases and how the Python parser handles string content and expression evaluation inside f-strings. The piece highlights quirky language rules that are amusing from a language-design perspective.