+ 1
how to solve the adding word quiz in python
I am struggling to figureout how to put both the input and the output
9 Answers
+ 2
Please Send link to your problem
need problem details.
0
Will you like to elaborate your problem and the language you are going to use or used?
0
def concatenate():
print(concatenate("I", "love", "Python", "!"))
0
i'm learning python and trying to get a certificate
0
i have to solve this
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
0
i'm new to python so i don't know why they put def there
0
thank you
0
I solved it thank ya'll