Commit 91fe4eee by BellCodeEditor

save project

parent 9a3d6c81
Showing with 3 additions and 2 deletions
...@@ -13,6 +13,7 @@ for i in message: ...@@ -13,6 +13,7 @@ for i in message:
d=a+b+c d=a+b+c
key_message=key_message+d key_message=key_message+d
list_d=list(d) list_d=list(d)
list_d.insert(5,noise) i=random.randint(0,len(d))
r="".join list_d.insert(i,noise)
r="".join(list_d)
print(r) print(r)
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