The function f(x) takes a list of strings as input and returns a greeting that combines all the input strings into one string, with each string separated by a space.

Now it's your turn to test the function with different inputs and see if your code approximation is correct!