Commit 942e096d by BellCodeEditor

save project

parent eac1c9ca
Showing with 7 additions and 2 deletions
......@@ -13,5 +13,9 @@ for i in message:
text=str1+str2+str3
key_message=key_message+text
print(key_message)
noise="khhvegrdihdht4ef3"
li_message=list(key_message)
print(li_message)
li_message.insert(5,noise)
aa="".join(li_message)
print(aa)
\ 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