Comment by pansa2
Can you get away with just f-strings? Python also has `string.format` for situations where the string needs to be built dynamically.
Are there languages which only have an f-string-like feature without a `string.format` equivalent?