Create your own encoding scheme. Write a function encode that takes a string message and returns an encoded version as a list of integers. Then write a function decode that takes a list of integers and returns the original string. Test your functions by encoding a message, printing the encoded list, decoding it, and printing the result.
Before jumping to the answer, let's clarify the terminology: 8.3 8 create your own encoding codehs answers
Specifically for loops to iterate through each character of a string. Create your own encoding scheme
: