Commit e0926719 by BellCodeEditor

save project

parent 1362422b
Showing with 9 additions and 1 deletions
import random
key = "kcmcjbjnccjkkknnjjjjooojjjk"
message="诺依,周末一起去看漫展吧"
new_txet=""
for i in message:
print(i)
a1=i
a2=random.choice(key)
a3=random.choice(key)
text = a1+a2+a3
new_txet+=text
print(new_txet)
......
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