Commit 98d19dca by BellCodeEditor

save project

parent ae4735d7
Showing with 7 additions and 1 deletions
import random
key = "我们来吃席了——拉稀"
key = "俞老师来吃大便了——C位在拉稀"
m = "鸡你太美———李钊宇"
mm = "lsadofiuyeriofguoerifuoiufid"
k_m = ""
for i in m:
str = i
str1 = random.choice(key)
text = str+ str1
k_m = k_m+text
a = list(k_m)
i = random.randint(0,len(a))
a.insert(i,mm)
k_m = "".join(a)
print(k_m)
\ 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