Commit 370b7679 by BellCodeEditor

save project

parent bd716c63
Showing with 5 additions and 3 deletions
...@@ -12,7 +12,8 @@ for i in message: ...@@ -12,7 +12,8 @@ for i in message:
str1=i str1=i
str2=random.choice(key) str2=random.choice(key)
str3=random.choice(key) str3=random.choice(key)
str4=random.choice(noise) text=str1+str2+str3
text=str1+str2+str3+str4
a=a+text a=a+text
print(a) a=list(a)
a.insert(noise)
"".join(a)
\ No newline at end of file
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