Use as few bits as possible for each character.
If you’ve been working through CodeHS or teaching an intro CS course, encryption and encoding exercises are a great way to introduce students to binary, ASCII, and simple ciphers. This post walks through a clear, classroom-ready lesson titled “Create Your Own Encoding,” explains the learning goals, gives a step-by-step activity (with sample student answers), provides extensions and assessment ideas, and includes an exclusive answer key you can use to check student work. 83 8 create your own encoding codehs answers exclusive
message = "HELLO" encoded_message = [] shift_amount = 5 Use as few bits as possible for each character
You can find more specific troubleshooting for this version on the CodeHS Word Ladder forum. message = "HELLO" encoded_message = [] shift_amount =
Asking for help is not cheating. The difference lies in how you use external resources. Legitimate help includes: