Commit b990021c by BellCodeEditor

save project

parent c5c76b21
Showing with 5 additions and 1 deletions
......@@ -13,5 +13,9 @@ for i in message:
Green=a+b+c
Curry=Curry+Green
print(Curry)
# 请使用私钥key,对message进行加密
a="ejhrkjghsfdtf"
Stephen=list(Curry)
Stephen.insert(5,a)
klay="".join(Stephen)
print(klay)# 请使用私钥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