Commit 28f5aa9f by BellCodeEditor

auto save

parent 106c5004
Showing with 5 additions and 1 deletions
......@@ -9,5 +9,8 @@ for i in message:
b=random.choice(key)
c=random.choice(key)
d=d+a+b+c
print(d)
e=list(d)
e.insert(7,"hdg完成时间为i就hjflxjobvs")
# 请使用私钥key,对message进行加密
f="".join(e)
print(f)
\ 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