Commit d72a24b5 by BellCodeEditor

save project

parent 722d908d
Showing with 15 additions and 0 deletions
message = "诺依,周末一起去看动漫展吧!"
text=""
# 请使用索引的知识,取出message所有元素(不用遍历的方式)message[]
key='asdawdw打发我就发我回复法搜大家¥%&*(&%¥'
import random
for i in message:
str1=i
str2=random.choice(key)
str3=random.choice(key)
text=text+str1+str2+str3
text2=list(text)
text2.insert(random.randint(0,len(text2)),"奇4567D敬爱的及^&*")
text3 = "".join(text2)
print(text3)
\ 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