Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
chinese-obfs
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Recolic
chinese-obfs
Commits
3df9eef6
There was an error fetching the commit references. Please try again later.
Commit
3df9eef6
authored
5 years ago
by
bilibili
Browse files
Options
Downloads
Patches
Plain Diff
用random.choice简化代码
parent
f5f6dc3c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
自动狗屁不通文章生成器.py
+4
-4
4 additions, 4 deletions
自动狗屁不通文章生成器.py
with
4 additions
and
4 deletions
自动狗屁不通文章生成器.py
+
4
−
4
View file @
3df9eef6
...
@@ -175,9 +175,9 @@ xx = "学生会退会"
...
@@ -175,9 +175,9 @@ xx = "学生会退会"
]
]
def
来点名人名言
():
def
来点名人名言
():
xx
=
名人名言
[
random
.
randint
(
0
,
len
(
名人名言
)
-
1
)]
xx
=
random
.
choice
(
名人名言
)
xx
=
xx
.
replace
(
"
a
"
,
前面垫话
[
random
.
randint
(
0
,
len
(
前面垫话
)
-
1
)]
)
xx
=
xx
.
replace
(
"
a
"
,
random
.
choice
(
前面垫话
))
xx
=
xx
.
replace
(
"
b
"
,
后面垫话
[
random
.
randint
(
0
,
len
(
后面垫话
)
-
1
)]
)
xx
=
xx
.
replace
(
"
b
"
,
random
.
choice
(
后面垫话
))
return
xx
return
xx
def
另起一段
():
def
另起一段
():
...
@@ -196,6 +196,6 @@ for x in xx:
...
@@ -196,6 +196,6 @@ for x in xx:
elif
分支
<
20
:
elif
分支
<
20
:
tmp
+=
来点名人名言
()
tmp
+=
来点名人名言
()
else
:
else
:
tmp
+=
废话
[
random
.
randint
(
0
,
len
(
废话
)
-
1
)]
tmp
+=
random
.
choice
(
废话
)
tmp
=
tmp
.
replace
(
"
x
"
,
xx
)
tmp
=
tmp
.
replace
(
"
x
"
,
xx
)
print
(
tmp
)
print
(
tmp
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment