0
Hi, i am trying to solve the last challenge of the Python 3 course. I appreciate if you could help me out.
2 Respostas
+ 2
You should first show your attempt here that we can help
+ 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.