Commit 74b9c1f5 by BellCodeEditor

save project

parent dae8e54d
Showing with 2 additions and 1 deletions
......@@ -18,6 +18,6 @@ li_message = list(key_message)
print(li_message)
x=random.randint(0,len(li_message))
li_message.insert(X,noise)
li_message.insert(x,noise)
abc="".join(li_message)
print(abc)
\ 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