|
|
|
|
|
by pansa2
306 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? |
|