Skip to content

Commit

Permalink
cleanup issue#2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sup2point0 committed Jun 25, 2024
1 parent 7e3d777 commit 95aeb00
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion issues/02.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# pycobytes[2] := Stringterpolation with f-Strings
<!-- #PYCO live!
| index = 2
| display = 02
| title = Stringterpolation with f-Strings
| date = 12 June 2024
| topics = strings
| topics = strings / syntax
-->

Hey pips! Manipulating **strings** – that’s the fancy programming term for text values – can often get a fiddly. There’s a good chance you’ve been taught something like this:
Expand Down Expand Up @@ -78,6 +79,9 @@ print(f"Thanks for reading issue#{self.issue_index}, {self.email.recipient.name.
```


<br>


## Further Reading

You can specify the string separator between values to `print()`[Python docs](https://docs.python.org/3/library/functions.html#print)
Expand Down

0 comments on commit 95aeb00

Please sign in to comment.