Problem
1. Modify the change Little function to use read Line instead of read.
2. Create a secret message by encoding each character of a string into a number using ord. For each character in the message, print the rod of that character.
3. Create a function that reverses a list, appends it to the original list, and returns the result.