- 2
You need to write a function that takes multiple words as its argument and returns a concatenated version of those words separat
You need to write a function that takes multiple words as its argument and returns a concatenated version of those words separated by dashes (-). The function should be able to take a varying number of words as the argument. Sample Input this is great Sample Output this-is-great
3 Antworten
+ 1
In what programming language?
+ 1
Duplicate question
https://www.sololearn.com/discuss/2640353/?ref=app
Also don't just copy paste challenges. This is straight from the python course
- 1