Commit ee622008 by BellCodeEditor

save project

parent 67c89790
Pipeline #8551 failed in 0 seconds
Showing with 9 additions and 3 deletions
import random import random
sum="" sum=""
a="非的副热带当,时的热d发,电v热狗d的方,式热h刺的f.歌唱威,威西方人,成为神的在" a="非的副热带当,时的热d发,电v热狗d的方,式热h刺的f.歌唱威,威西方人,成为神的在"
qwe="唉,我真是服了你个老六" p="更便捷发包方纷纷,房峰辉s的f带头r人,难题"
qwe="床前明月光,疑是地上霜"
for i in qwe: for i in qwe:
s=i s=i
d=random.choice(a) d=random.choice(a)
f=random.choice(a) f=random.choice(a)
text=s+d+f text=s+d+f
sum=sum+text sum=sum+text
print(sum) li=list(sum)
\ No newline at end of file li.insert(random.randint(0,len(li)),p)
result="".join(li)
print(result)
name={"老六":20,"老八":40,"小明":101}
print(name)
\ 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