Commit 7bc1c2d6 by BellCodeEditor

save project

parent 01699756
Showing with 4 additions and 0 deletions
...@@ -26,3 +26,6 @@ list_message=list(m) ...@@ -26,3 +26,6 @@ list_message=list(m)
list_message.insert(5,noise) list_message.insert(5,noise)
result_message="".join(m) result_message="".join(m)
print(result_message) print(result_message)
index=random.randint(0,len(key_message))
list_message.insert(index,noise)
\ 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