Commit 498e5798 by BellCodeEditor

save project

parent be165125
Showing with 3 additions and 1 deletions
...@@ -15,6 +15,7 @@ for i in message: ...@@ -15,6 +15,7 @@ for i in message:
text=st1+st2+st3 text=st1+st2+st3
key_message=key_message+text key_message=key_message+text
s=list(key_message) s=list(key_message)
s.insert(5,noise) index=random.randint(0,len(key_message))
s.insert(index,noise)
d="".join(s) d="".join(s)
print(d) print(d)
\ 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