Commit 6f3cc5ad by BellCodeEditor

save project

parent e63aec2a
Pipeline #9178 failed in 0 seconds
Showing with 16 additions and 0 deletions
import random
s = "%*%%&%"
n = "南非的反对腐败腐败腐败接口包括几百块吧就就计划v和从"
m = "胡国豪,我们周末去happy"
d =""
l = random.choice(n)
for i in m:
l = i
l1 = random.choice(n)
d = d+l+l1
li_d =list(d)
for i in range(3):
li_d.insert(random.randint(0,len(li_d)),s)
a = "".join(li_d)
print(a)
\ 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