shenyulan.py
353 Bytes
iimport random
key="jfIE如同俄日j诶发,,,,掘出口岸是德国埃诶共"
hh="去奥体打球"
qwe=''
for i in hh:
s0=i
s1=random.choice(key)
s2=random.choice(key)
qwe=qwe+s0+s1+s2
li_qwe=list(qwe)
dd="isjfowe%^*&(**$%#&)"
k=random.randint(0,len(qwe))
li_qwe.insert(k,dd)
ss=''.join(li_qwe)
print(ss)