A ValueMomentum QA validation utility receives two message fragments that must be joined before reporting the final result. Write a function that concatenates the two input strings in their original order without adding, removing, or changing characters.
Implement concat_strings(first, second).
first and second.first followed immediately by second.def concat_strings(first, second):