Commit d4558633 by BellCodeEditor

save project

parent b03d66c1
Showing with 2 additions and 1 deletions
...@@ -17,7 +17,8 @@ for i in message: ...@@ -17,7 +17,8 @@ for i in message:
key_message=key_message+text key_message=key_message+text
a=list(key_message) a=list(key_message)
a.insert(5,noise) c=random.randint(0,len(key_message))
a.insert(c,noise)
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