赞
踩
small = [chr(i) for i in range(97,123)] big= [chr(i) for i in range(65,91)] #分别对小写字母和大写字母字符串的调用 cipher = input() list_cipher