Commit 89287171 by BellCodeEditor

auto save

parent 080c6daa
Showing with 9 additions and 2 deletions
import random
massage="5.29有运动会,带好装备。" massage="5.29有运动会,带好装备。"
key="啊去我额人他有哦是的发给和健康在下从壹请为你吗她一"
for i in massage: for i in massage:
print(i) str1=i
\ No newline at end of file str2=random.choice(key)
str3=random.choice(key)
text=str1+str2+str3
key_massage=key_massage+text
print(key_massage)
\ 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