Commit 70d6d2ac by BellCodeEditor

save project

parent 7aa7cf47
Showing with 2 additions and 3 deletions
...@@ -14,7 +14,8 @@ for i in message : ...@@ -14,7 +14,8 @@ 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)
...@@ -24,5 +25,3 @@ print(b) ...@@ -24,5 +25,3 @@ 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