All problems
EasyStrings
Join words
Join a list of words with " - " between them.
- #join
Sample input
["mango", "apple", "guava"]
Sample output
mango - apple - guava
join-words.py
Output
Press "Run code" to execute.
Loading…
Join a list of words with " - " between them.
["mango", "apple", "guava"]
mango - apple - guava
Press "Run code" to execute.