The function f(x) takes a string input and returns a string output that is the input with the word "world" appended to the end. If multiple inputs are given, they are concatenated together with space separators in between.

