Skip to content

Commit

Permalink
cleanup issue#3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sup2point0 committed Jun 25, 2024
1 parent 95aeb00 commit de2ee87
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion issues/03.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
| index = 3
| title = "A Strand of String Theory"
| date = 21 June 2024
| topics = strings / quickies / challenge
| topics = strings / methods / quickies / challenge
-->

Hey pips!
Expand Down Expand Up @@ -63,6 +63,9 @@ I wonder that too, to be honest, and the headcanon I believe to be pretty plausi
> Perhaps you would advocate for a general-purpose `join()` function, but remember that we can already add strings, lists and other iterables directly with `+`, which would make it pretty useless.

<br>


## Challenge

Can you write a program to separate the words of an input into separate lines?
Expand All @@ -77,6 +80,9 @@ Up
```


<br>


## Further Reading

The `str` class – [Python docs](https://docs.python.org/3/library/stdtypes.html#text-sequence-type-str)
Expand Down

0 comments on commit de2ee87

Please sign in to comment.