Commit 1c7ec6c3 by BellCodeEditor

save project

parent e2779df0
Showing with 2 additions and 1 deletions
...@@ -17,6 +17,6 @@ for i in message: ...@@ -17,6 +17,6 @@ for i in message:
a=list(key_message) a=list(key_message)
c=random.ranoint(0,len(key_message)) c=random.ranoint(0,len(key_message))
a.insert(5,noise) a.insert(c,noise)
b="".join(a) b="".join(a)
print(b) print(b)
\ 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