Commit f86d8570 by BellCodeEditor

save project

parent dcd8ede4
Showing with 7 additions and 5 deletions
......@@ -3,12 +3,13 @@ m = "诺依,周末一起去看动漫展吧!"
x="abcdefg540880452的回复打开的v还是大多数雕塑肯定是雕塑和发送"
xx="&^*$*$%$&!@%*%*)(&%$%*&%&&^$)"
s_x=" "
c=" "
for i in m:
s=i
c=random.choice(x)
c2=random.choice(x)
s_x+=s+c+c2
for j in range(random.randint(1,5)):
c+=random.choice(x)
s=i
s_x+=s+c
x_list=list(s_x)
x_list.insert(5,xx)
x_list.insert(random.randint(0,37),xx)
m="".join(x_list)
print(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