Commit 7ececbd4 by BellCodeEditor

save project

parent 0311ad2e
Showing with 3 additions and 21 deletions
...@@ -10,28 +10,10 @@ for i in message: ...@@ -10,28 +10,10 @@ for i in message:
str1=i str1=i
str2=random.choice(key) str2=random.choice(key)
str3=random.choice(key) str3=random.choice(key)
text=text+str1+str2+str3 text=text+str1+str3
text=list(text) text=list(text)
s="/flvoo-v=./;[]d;[]2[fw33f/']vsvsv" s=input("输入干扰内容")
text.insert(2,s) text.insert(random.randint(0,len(text)),s)
ss="".join(text) ss="".join(text)
print(ss) print(ss)
......
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