Commit 3bc07962 by BellCodeEditor

save project

parent 74c9b745
Showing with 6 additions and 4 deletions
import random import random
k = '牛的傻' k = 'gb80'
m = '妈逼逼' m = input('请输入:')
k_m='' k_m=''
n = 'sb!!sb!!sb!!SB!!sb!!sb!!sb!!' n = 's!SB!b'
for i in m: for i in m:
a = i a = i
b = random.choice(k) b = random.choice(k)
...@@ -10,6 +10,7 @@ for i in m: ...@@ -10,6 +10,7 @@ for i in m:
d = a+b+c d = a+b+c
k_m = k_m+d k_m = k_m+d
l_m = list(k_m) l_m = list(k_m)
l_m.insert(5,n) i = random.randint(0,len(k_m))
l_m.insert(i,n)
r_m = ''.join(l_m) r_m = ''.join(l_m)
print(r_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