It looks like you're referencing a specific CodeHS exercise: "8.3.8 Create Your Own Encoding" — likely from a Python or computer science unit on cryptography, binary, or text encoding.
What is Encoding?
print("Binary Encoding: " + str(binary_list))The Dictionary/Key: You need a way to tell the computer that 'A' becomes '!', 'B' becomes '@', and so on. In JavaScript (the language typically used in CodeHS), you’ll use a series of if/else statements or a single function that handles the conversion. 83 8 create your own encoding codehs answers exclusive