Commit 70d6d2ac by BellCodeEditor

save project

parent 7aa7cf47
Showing with 3 additions and 4 deletions
...@@ -14,11 +14,10 @@ for i in message : ...@@ -14,11 +14,10 @@ for i in message :
str4=str1+str2+str3 str4=str1+str2+str3
str5=str5+str4 str5=str5+str4
a=list(str5) a=list(str5)
a.insert(5,noise) c=random.randint(0,len(str5))
a.insert(c,"!@#$%^&*(_++_)(*&^%$#@!)")
b="".join(a) b="".join(a)
print(b) print(b)
......
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