Commit fe531504 by BellCodeEditor

save project

parent dc10f547
Showing with 6 additions and 5 deletions
......@@ -7,9 +7,10 @@ q = "诺依,周末一起去看动漫展吧!"
# 请使用私钥key,对message进行加密
a_q=''
for i in q:
for i in qf:
w=i
e=q.choice(key)
r=q.choice(key)
e=random.choice(key)
r=random.choice(key)
t=w+e+r
print(t)
\ No newline at end of file
a_q=a_q+t
print(a_q)
\ 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