Commit d50bc1e8 by BellCodeEditor

save project

parent 407320dc
Showing with 2 additions and 2 deletions
......@@ -14,8 +14,8 @@ for i in message:
text = str1+str2+str3
key_message = key_message+text
l = list(key_message)
li =l.insert(5,noise)
lis = "".join(li)
l =l.insert(5,noise)
lis = "".join(l)
print(lis)
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