Answer:
See Explaination
Step-by-step explanation:
def string_concatenator(string1, string2, separator):
return string1 + separator + string2
9.3m questions
12.0m answers