Commit b4d761ff by BellCodeEditor

save project

parent 7a9682ef
Showing with 2 additions and 1 deletions
......@@ -15,9 +15,10 @@ for i in message:
text = str1+str2+str3
k_m = k_m + text
print(k_m)
noise="cuhds@hcs#gx$sxg6^"
l_m = list(key_message)
l_m = list(k_m)
l_m.insert(5,noise)
r_m = "".join(l_m)
......
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