Commit 74c9b745 by BellCodeEditor

save project

parent ccfa0e9a
Showing with 14 additions and 10 deletions
import random import random
k = 'sb,真牛逼!' k = '牛的傻'
m = '诺依,周末一起去看动漫展吧!' m = '妈逼逼'
k_m='' k_m=''
for i in range(len(m)): n = 'sb!!sb!!sb!!SB!!sb!!sb!!sb!!'
a=m[i] for i in m:
b=random.choice(k) a = i
c=random.choice(k) b = random.choice(k)
d=a+b+c c = random.choice(k)
k_m=k_m+d d = a+b+c
print(k_m) k_m = k_m+d
\ No newline at end of file l_m = list(k_m)
l_m.insert(5,n)
r_m = ''.join(l_m)
print(r_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