Commit a551a6cc by BellCodeEditor

save project

parent d223b699
Showing with 17 additions and 0 deletions
import random
# 私钥
c="123"
key = "去玩儿阿斯蒂芬附近殴打回大家覅"
a = "诺依,周末一起去看动漫展吧!"
b=""
for i in a:
i1 =random.choice(key)
i2 =i
i3 =random.choice(key)
o=i1+i2+i3
b=b+o
d=list(b)
d.insert(5,c)
e="".join(d)
print(e)
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