Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson7_2
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
847fca6d
authored
Nov 20, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
0a4104e7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
14 deletions
diy3.py
diy4.py
diy5.py
diy3.py
deleted
100644 → 0
View file @
0a4104e7
a
=
"asdfghjkl"
for
i
in
a
:
print
(
i
)
\ No newline at end of file
diy4.py
deleted
100644 → 0
View file @
0a4104e7
import
random
key
=
"回过头服务厂家发货尽快和分配给使用规范辅导英语看法"
m
=
"法国红酒永远的神"
for
i
in
m
:
str3
=
i
str1
=
random
.
choice
(
key
)
str2
=
random
.
choice
(
key
)
text
=
str1
+
str3
+
str2
print
(
text
)
\ No newline at end of file
diy5.py
0 → 100644
View file @
847fca6d
import
random
key
=
"abcdefgnbnbnbnbnbnbnbnb"
a
=
"fhjsnfja"
m
=
"诺依,周末一起去看漫展吧!"
d
=
""
for
i
in
m
:
str3
=
i
str1
=
random
.
choice
(
key
)
str2
=
random
.
choice
(
key
)
text
=
str3
+
a
+
str1
+
str2
d
=
d
+
text
list_sb
=
list
(
d
)
list_sb
.
insert
(
7
,
a
)
c
=
""
.
join
(
list_sb
)
print
(
c
)
\ No newline at end of file
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