Commit 500b6b14 by BellCodeEditor

save project

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