Commit 1e339864 by BellCodeEditor

save project

parent 47a8e952
Showing with 3 additions and 1 deletions
...@@ -13,7 +13,9 @@ for i in message: ...@@ -13,7 +13,9 @@ for i in message:
texe2=texe2+texe texe2=texe2+texe
a=list(texe2) a=list(texe2)
name="stryykjlkllljkj" name="stryykjlkllljkj"
a.insert(1,name) a.insert(3,name)
b="".join(a)
print(b)
# 请使用私钥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