diy3.py 292 Bytes Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 import random # message = "诺依,周末一起去看动漫展吧!" key = "ehwiwewebheue" me = "1234567890" aaa ='' for i in me: str1 = i str2 = random.choice(key) str3 = random.choice(key) str = str1 + str2 + str3 # print(str,end="") aaa = aaa + str print(aaa)