Commit e0cafb1b by BellCodeEditor

save project

parent e3160ea5
Showing with 21 additions and 0 deletions
import random
noise="cb73y@hg"
key = "刚恢复快三个月GVGV纯手工滏阳公园分公司"
message = "冯皓南是啥?傻子。"
km=""
for i in message:
str1=i
str2=random.choice(key)
str3=random.choice(key)
text=km+str1+str2+str3
km=km+text
len(km)
ix=random.randint(0,len(km))
list_message=list(km)
list_message.insert(ix,noise)
resuit_message="".join(list_message)
print(resuit_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