Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Recolic
chinese-obfs
Commits
792d8c08
Commit
792d8c08
authored
Nov 01, 2019
by
Sunbread
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
防止文章局部过于内容重复
parent
cc7a5b84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
4 deletions
+15
-4
自动狗屁不通文章生成器.py
自动狗屁不通文章生成器.py
+15
-4
No files found.
自动狗屁不通文章生成器.py
View file @
792d8c08
...
...
@@ -174,10 +174,21 @@ xx = "学生会退会"
"说过一句富有哲理的话"
,
]
def
洗牌遍历
(
列表
):
池
=
list
(
列表
)
while
True
:
random
.
shuffle
(
池
)
for
元素
in
池
:
yield
元素
下一句废话
=
洗牌遍历
(
废话
)
下一句名人名言
=
洗牌遍历
(
名人名言
)
def
来点名人名言
():
xx
=
名人名言
[
random
.
randint
(
0
,
len
(
名人名言
)
-
1
)]
xx
=
xx
.
replace
(
"a"
,
前面垫话
[
random
.
randint
(
0
,
len
(
前面垫话
)
-
1
)]
)
xx
=
xx
.
replace
(
"b"
,
后面垫话
[
random
.
randint
(
0
,
len
(
后面垫话
)
-
1
)]
)
global
下一句名人名言
xx
=
next
(
下一句名人名言
)
xx
=
xx
.
replace
(
"a"
,
random
.
choice
(
前面垫话
)
)
xx
=
xx
.
replace
(
"b"
,
random
.
choice
(
后面垫话
)
)
return
xx
def
另起一段
():
...
...
@@ -196,6 +207,6 @@ for x in xx:
elif
分支
<
20
:
tmp
+=
来点名人名言
()
else
:
tmp
+=
废话
[
random
.
randint
(
0
,
len
(
废话
)
-
1
)]
tmp
+=
next
(
下一句废话
)
tmp
=
tmp
.
replace
(
"x"
,
xx
)
print
(
tmp
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment