Commit 51ea972c by BellCodeEditor

save project

parent 18891748
Showing with 21 additions and 0 deletions
import random
key = '韩国的回复是红色的过后三四十哦韩国i的就发生覅多少积分减肥的死哦粉丝送i懂得'
message='今天下午打吃鸡'
key_message=''
noise = '!@#¥%……&*()'
for i in message:
str1=i
str2=random.choice(key)
str3 = random.choice(key)
text = str1+str2+str3
key_message = key_message+textlist1 = list(key_message)
index = random.randint(0,len(key_message))
list1.insert(index,noise)
list1 = list(key_message)
ji_message = "/".join(list1)
print(ji_message)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment