diy2.py 261 Bytes Edit 1 2 3 4 5 6 7 8 9 10 11 12 import random message = input("请输入文字") x="deffcgfgu.'[]/分局简约大方供奉天后v" for i in message: print(i) text="" for i in message: str1=i str2=random.choice(x) str3=random.choice(x) text=text+str1+str2+str3 print(text )