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