Commit 355148c7 by BellCodeEditor

save project

parent eff483a6
Showing with 6 additions and 1 deletions
...@@ -13,8 +13,13 @@ for i in range message: ...@@ -13,8 +13,13 @@ for i in range message:
text=str1+str2+str3 text=str1+str2+str3
text=text1+text text=text1+text
print(text1) print(text1)
p=zxcvbnm
j=list(text1)
j.insert(1,p)
"".join(b)
print(j)
# 请使用私钥key,对message进行加密 # 请使用私钥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