Comment by pansa2
3 days ago
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?
No comments yet
Contribute on Hacker News ↗