Commit 91bd458c by BellCodeEditor

save project

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