I'm trying to make a function that takes in an undetermined amount of parameters, which are the words, that will add a "+" between the single words. At the end it should still be a string.
def add_words(word1 word2 word3 ...)
output:
"word1+word2+word3 ...")