How to decrypt string in python

前端 未结 0 400
你的背包
你的背包 2020-12-13 04:35

I encrypted the string but i dont know how to decrypt it.

``

import re

alphabet_pos = {\'A\':0, \'a\':0, \'B\':1, \'b\':1, \'C\':2, \'c\':2, \'D\':3, \'

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