Commit 5687811f by BellCodeEditor

save project

parent 4ac75d9b
Showing with 4 additions and 3 deletions
......@@ -10,10 +10,10 @@ for i in range(len(message)):
a=message[i]
b=random.choice(key)
c=random.choice(key)
d=a+b+c
key_message=key_message+d
text = str1+str2+str3
key_message=key_message+text
print(key_message)
message1=list(key_message)
.insert(index,noise)
list_.message.insert(index,noise)
result_message="".join(list_message)
print(result_message)
\ 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