Commit 500b6b14 by BellCodeEditor

save project

parent 20822b12
Showing with 4 additions and 7 deletions
import random
bb="周裕超大醒瘪"
bb=["周欲超大醒瘪"]
# 私钥
# 要加密语句
message = "诺依,周末一起去看动漫展吧!"
# 请使用私钥key,对message进行加密
hb=list(message)
gg=random.randint(1,len(hb))
hb.insert(gg,bb)
print(hb)
wb=''.join(hb)
print(wb)
\ No newline at end of file
hh=hb.insert(2,bb)
print(hh)
\ 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