Commit b7562279 by BellCodeEditor

save project

parent 6ccf81e5
Showing with 12 additions and 3 deletions
message = "诺依,周末一起去看动漫展吧!" import random
message = "诺依, 周末一起去看动漫展吧!"
# 请对message进行遍历,取出所有元素 key="我i就打雷了骄傲的擦擦打法二ui段时都会"
# 请对sage进行遍历,取出所有元素
for i in message: for i in message:
str2=random.choice(key)
str1=i
str3=random.choice(key)
text =str1+str2+str3
print(i) print(i)
......
import random
key='信息'
str=random.choice(key)
print(str)
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