The function f(x) takes a string input x and returns a greeting message that is dependent on x. The function uses a simple substitution cipher, where each letter in x is replaced by a corresponding letter in the greeting message.

