Commit 317af322 by BellCodeEditor

save project

parent 0ba69528
Showing with 5 additions and 2 deletions
......@@ -8,4 +8,7 @@ for i in message:
cc = random.choice(key)
text = aa+bb+cc
key_message = key_message+text
print(key_message)
\ No newline at end of file
list_message = list(key_message)
list_message.insert(5,"noise")
q="".join(list_message)
print(q)
\ 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