You need to look at every letter. A for loop is the most efficient way to do this. for char in original_text: # Transformation logic goes here Use code with caution. 3. Define the Rules
var encodingMap = 'a': 'q', 'b': 'w', 'c': 'e', 'd': 'r', 'e': 't', 'f': 'y', 'g': 'u', 'h': 'i', 'i': 'o', 'j': 'p', // ... complete the mapping ; 83 8 create your own encoding codehs answers
: Every character must have a unique binary string assigned to it. Example 5-Bit Encoding Scheme You need to look at every letter