Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Jul 19, 2024
1 parent 009f5a3 commit 3d004d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kyu_8/convert_string_to_an_array/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
Write a function to split a string and convert it into an array of words.
For example:

<!-- markdownlint-disable MD013 -->
```text
> "Robin Singh" ==> ["Robin", "Singh"]
>
> "I love arrays they are my favorite" ==> ["I", "love", "arrays", "they", "are", "my", "favorite"]
```
<!-- markdownlint-enable MD013 -->

[Source](https://www.codewars.com/kata/57e76bc428d6fbc2d500036d/train/python)

0 comments on commit 3d004d3

Please sign in to comment.