Commit b77e9004 by BellCodeEditor

save project

parent 436f05df
Showing with 1 additions and 1 deletions
......@@ -10,7 +10,7 @@ for i in message:
text=str1+str2+str3
key_message+=text
a=list(key_message)
a.insert(random().randint(0-42),noise)
a.insert(7,noise)
b="".join(a)
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