The function takes a string input and returns a modified string output. The function takes the input string and appends "!" to the end of it. For example, if the input string is "hello", the output string would be "hello!".

