Commit 91fe4eee by BellCodeEditor

save project

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