: You start with an empty string ( let encoded = ""; ). Every time your loop finds a new encoded letter, you add it to that string. A Common Example Structure
# Print the final encoded list print("Original Message: " + message) print("Encoded Message: " + str(encoded_message)) 83 8 create your own encoding codehs answers exclusive