Commit d92e0066 by BellCodeEditor

save project

parent 2667f764
Showing with 10 additions and 5 deletions
import random import random
key="将不合格不合格的发货计划局给好吃V还国服会提高法官的如果吃饭都系度UU姐带你飞的进步" key="哦我id美好的有小明V您是拍死额U啊,去的你吃抗生素了色额姐夫vc开始迷都嗯才几十块视频"
G="我们一起去" message="我们一起去学校吧!"
new_str="" new_str=""
for i in G: noise="skkbuyrnyiyowonvhbyfncvykfvkf"
for i in message:
str1=i str1=i
str2=random.choice(key) str2=random.choice(key)
str3=random.choice(key) str3=random.choice(key)
J=str1+str2+str3 J=str1+str2+str3
new_str=new_str+J new_str=new_str+J
print(new_str) list_message=list(new_str)
\ No newline at end of file index=random.randint(0,len(message))
list_message.insert(index,noise)
result_message="".join(list_message)
print(result_message)
\ No newline at end of file
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