+ 1
Adding words in python
Using **kwargs and *args
7 Answers
+ 10
This is one of the new exercises. To solve it, please read the instructions. If you still struggle, read also this exercise: https://www.sololearn.com/learn/Python/2484/
+ 2
As in the practical of python
+ 1
my answer:
def concatenate(*args):
return '-'.join(args)
print(concatenate("I", "love", "Python", "!"))
0
Lothar explain more
0
What is the answer of adding word (project) in python 3?
0
It is donr
0
It's Easy
print("I-love-Python-!")
Hot today
Python — File Handling
0 Votes
Loop question, I've tried everything that I knew I just don't know. Please help me solve it out
1 Votes
Help me solve this (using loop)
1 Votes
What is wrong? Error on test.
1 Votes
Help me wiht python
1 Votes
Question - Java: Pyramid layers
2 Votes