A Decode Function that takes in sentence of numbers and a cipher as its inputs and “decodes” it

后端 未结 0 1494
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-11 09:17

The function decode takes a sentence of numbers and a cipher as its input. It works as follows:

> (decode \'(3 15 23 19) \'abcdefghijklmnopqrstuvwxyz)
\'co         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题