Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson16_3
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d9ecdbee
authored
Dec 23, 2023
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
d6db8683
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
adw.py
diy1.py
adw.py
0 → 100644
View file @
d9ecdbee
p
=
"结婚后即可好看好看就不能见客户就看会尽快缓解你不会尽快"
print
(
list
(
p
))
diy1.py
View file @
d9ecdbee
...
@@ -2,10 +2,15 @@ import random
...
@@ -2,10 +2,15 @@ import random
a
=
""
a
=
""
key
=
"就看高不可及,那就买搞不好,尽快吧很可能,快来拿吧,慢病科"
key
=
"就看高不可及,那就买搞不好,尽快吧很可能,快来拿吧,慢病科"
d
=
"小贝,我们出去玩吧!"
d
=
"小贝,我们出去玩吧!"
c
=
"!@#$
%
^&*"
for
i
in
d
:
for
i
in
d
:
str1
=
i
str1
=
i
str2
=
random
.
choice
(
key
)
str2
=
random
.
choice
(
key
)
str3
=
random
.
choice
(
key
)
str3
=
random
.
choice
(
key
)
m
=
str1
+
str2
+
str3
m
=
str1
+
str2
+
str3
a
=
a
+
m
a
=
a
+
m
print
(
a
)
ab
=
random
.
randint
(
0
,
len
(
a
))
\ No newline at end of file
f
=
list
(
a
)
f
.
insert
(
ab
,
c
)
e
=
""
.
join
(
f
)
print
(
e
)
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