Content deleted Content added
→Name masking: Fix. |
|||
Line 21:
For example, in the [[Python (programming language)|Python]] interactive [[REPL]]:
<source lang="pycon">
>>> number =
>>> first_noun = "troubles"
>>> second_noun = "hound"
>>> #
>>> print(f"I got {number} {first_noun}
</source>
|