how to solve the adding word quiz in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how to solve the adding word quiz in python

I am struggling to figureout how to put both the input and the output

1st Mar 2022, 1:42 PM
Jackie Barnes
Jackie Barnes - avatar
9 Answers
1st Mar 2022, 2:23 PM
NonStop CODING
NonStop CODING - avatar
+ 2
Please Send link to your problem need problem details.
1st Mar 2022, 2:06 PM
NonStop CODING
NonStop CODING - avatar
0
Will you like to elaborate your problem and the language you are going to use or used?
1st Mar 2022, 2:05 PM
NEZ
NEZ - avatar
0
def concatenate(): print(concatenate("I", "love", "Python", "!"))
1st Mar 2022, 2:09 PM
Jackie Barnes
Jackie Barnes - avatar
0
i'm learning python and trying to get a certificate
1st Mar 2022, 2:10 PM
Jackie Barnes
Jackie Barnes - avatar
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
1st Mar 2022, 2:13 PM
Jackie Barnes
Jackie Barnes - avatar
0
i'm new to python so i don't know why they put def there
1st Mar 2022, 2:15 PM
Jackie Barnes
Jackie Barnes - avatar
0
thank you
1st Mar 2022, 2:26 PM
Jackie Barnes
Jackie Barnes - avatar
0
I solved it thank ya'll
3rd Mar 2022, 1:09 AM
Jackie Barnes
Jackie Barnes - avatar