Hi, i am trying to solve the last challenge of the Python 3 course. I appreciate if you could help me out. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Hi, i am trying to solve the last challenge of the Python 3 course. I appreciate if you could help me out.

https://code.sololearn.com/c2v03ULhEn9i/?ref=app

19th Dec 2020, 1:18 PM
Juan Pablo Peña Moreno
Juan Pablo Peña Moreno - avatar
2 Answers
+ 2
You should first show your attempt here that we can help
19th Dec 2020, 1:20 PM
Sâñtôsh
Sâñtôsh - avatar
+ 1
It is not clear to me why you both define arg and args* as parameters. The challenge is about putting multiple strings together. In python we can make use of the join function or +. I would suggest you put all args* together and then let the function return or print the result once.
19th Dec 2020, 3:38 PM
Lisa
Lisa - avatar