The function takes a string input and returns a string that includes the word "world" appended to the end of the input string. If multiple input strings are provided, the function concatenates all of the input strings together and returns a single string that includes all of the input strings, with the word "world" appended to the end of each input string.

