Adding words in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Adding words in python

Using **kwargs and *args

17th Oct 2020, 6:21 PM
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active)
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active) - avatar
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/JUMP_LINK__&&__Python__&&__JUMP_LINK/2484/
17th Oct 2020, 7:43 PM
Lothar
Lothar - avatar
+ 2
As in the practical of python
17th Oct 2020, 6:43 PM
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active)
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active) - avatar
+ 1
my answer: def concatenate(*args): return '-'.join(args) print(concatenate("I", "love", "Python", "!"))
9th May 2021, 6:06 PM
Dan
Dan - avatar
0
Lothar explain more
18th Oct 2020, 12:45 PM
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active)
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active) - avatar
0
What is the answer of adding word (project) in python 3?
24th Oct 2020, 8:56 AM
Sahbinlba tanjum
Sahbinlba tanjum - avatar
0
It is donr
27th Oct 2020, 12:19 PM
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active)
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active) - avatar
0
It's Easy print("I-love-Python-!")
1st Mar 2022, 4:05 PM
Fritzky
Fritzky - avatar