Currently, Officer Pavel's program only encrypts and sends one text message: Tango, Charlie, Alpha
. Officer Pavel has therefore modified his send_message()
function to accept an input string. However, the encrypt decorator does not work anymore.
Help him fix it so that all messages returned from send_message()
are encrypted.