Commit 81e69dc4 by BellCodeEditor

auto save

parent 43f8ae9d
Showing with 5 additions and 4 deletions
......@@ -13,10 +13,11 @@ for i in message:
text=str1+str2+str3
yt=yt+text
stp=list(yt)
# sty=list(str4)
# io="",join(str4)
stp.insert(3,str4)
print(yt)
stp.insert(4,str4)
ot="".join(stp)
#
print(ot)
# 请使用私钥key,对message进行加密
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