String interpolation: Difference between revisions

Content deleted Content added
Python: add "f-strings" as an AKA
m use en dashes instead of hyphens
Line 429:
<syntaxhighlight lang="output">I have 4 apples.</syntaxhighlight>
 
In order to actually format - and not simply replace - the values, there is a formatting function.
 
<syntaxhighlight lang="tcl">