The function takes a string input and returns a string output that is a combination of the input and some additional text. The additional text is always the same and is "Hello, world!" for the first two input strings, and "Python is a great programming language!" and "Assistant is a helpful AI program!" for the last three input strings.

