Commit fec9e6be by BellCodeEditor

save project

parent f9447ecc
Showing with 8 additions and 6 deletions
import random import random
we="sdsfr回复接到贵司回复的时刻都感到孤独和啥时候孤苦更好的" we="sdsfr回复接到贵司回复的时刻都感到孤独和啥时候孤苦更好的"
t="将大幅改善对策飞机夫妇和粟粉糊如果护额但是防守犯规" t="将大幅改善对策飞机夫妇和粟粉糊如果护额但是防守犯规"
for i in t: list_we=list(we)
str1=i jdg=1
str2=random.choice(we) for i in range(len(list_we)):
str3=random.choice(we) list_we.insert(jdg,random.choice(t))
print(str1+str2+str3) jdg+=2
\ No newline at end of file str2="".join(list_we)
print(str2)
\ 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