import string LOWERCASE_OFFSET = ord("a") ALPHABET = string.ascii_lowercase[:16] def b16_decode(chipher): dec = "" for c in chipher: i = ""