Earlier quoted context omitted.
Look up how this works in Swift. They only have one string. No raw strings or f strings. Yet they have all the power of all three python string types and less syntax. It's very nice.
Swift does have raw strings (the #"extended delimiter"# syntax).
#"\#(expression)"#
That is exactly the point.