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