#2 def strung_adder(a = " ", b = " "): return(a + " " + b) result = two_words("ade","tunji") print(result)