Commit 167394c9 by BellCodeEditor

save project

parent 65ed79b9
Showing with 6 additions and 5 deletions
import random
message = "诺依,周末一起去看动漫展吧!" message = "诺依,周末一起去看动漫展吧!"
key="sddetgjhcfdbghdggjhj"
# 请使用索引的知识,取出message所有元素(不用遍历的方式) # 请使用索引的知识,取出message所有元素(不用遍历的方式)
for i in message: for i in message:
set1 = i sty1=random.choice(key)
set2 = random.choice(Key) sty2=random.choice(key)
set3 = random.choice(Key) text=i+sty1+sty2
texe = set1+set2+set3
print(text) print(text)
\ 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