Sololearn Python Core Adding Words Project
Sololearn Python Core Adding Words Py At Main Code Mic Sololearn Expected output i love python ! code def concatenate (*args): print (" ".join ( [*args])) concatenate ("i", "love", "pithon", "!"). # adding words # 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.

11 Free Courses And Ebooks To Learn Python
Github Acat32 Sololearn Python
Comments are closed.