Commit 13dd9da0 by BellCodeEditor

save project

parent 027d3568
Showing with 14 additions and 1 deletions
import random
p="cn,nmmlsbnqmmm"
message = "诺依,周末一起去看动漫展吧!" message = "诺依,周末一起去看动漫展吧!"
a="wcnmnmmlsbnt"
# 请对message进行遍历,取出所有元素 # 请对message进行遍历,取出所有元素
text1=''
for i in message:
b=random.choice(a)
c=random.choice(a)
text=i+b+c
text1=text1+text
k=list(text1)
k.insert(3,p)
w="".join(k)
print(w)
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