Commit 45bf5e13 by BellCodeEditor

save project

parent 45baeb96
Showing with 11 additions and 2 deletions
import turtle
w=turtle.Pen
import random
# 私钥
A = "asdqwezxcvbnfghrtyuiojklm.,p;/"
# 要加密语句
a = "诺依,周末一起去看动漫展吧!"
# 请使用私钥key,对message进行加密
for q in a:
print(q,random.choice(A),random.choice(A),sep="",end="")
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