Commit 91bd458c by BellCodeEditor

save project

parent 336d05e6
Showing with 1 additions and 1 deletions
......@@ -14,7 +14,7 @@ for i in message:
text=str1+str2+str3
aaa += text
print(aaa)
s = "0san$$%%^^&@!%"
s = input("请输入干扰字符")
aaa=list(aaa)
aaa.insert(random.randint(0,len(aaa)),s)
aaa=''.join(aaa)
......
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