Commit 50ffb069 by BellCodeEditor

save project

parent a5e73294
Showing with 2 additions and 1 deletions
...@@ -13,6 +13,7 @@ for i in message: ...@@ -13,6 +13,7 @@ for i in message:
text=str1+str2+str3 text=str1+str2+str3
key_message+=text key_message+=text
list_message=list(key_message) list_message=list(key_message)
list_message.insert(6,noise) r=random.randint(0,len(key_message)-1)
list_message.insert(r,noise)
new_message="".join(list_message) new_message="".join(list_message)
print(new_message) print(new_message)
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