Sami Lehtinen
Discuss -PEP 498: Formatted string literals¶. PEP 498 introduces a new kind of string literals: f-strings, or formatted string literals. Formatted string literals are prefixed with 'f' and are similar to the format strings accepted by str.format() . They contain replacement fields surrounded by curly ...
3
Add a comment...


















