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
0a4104e7
authored
Nov 20, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
535113c6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
diy2.py
diy4.py
diy2.py
deleted
100644 → 0
View file @
535113c6
import
random
key
=
"1234567890"
str
=
random
.
choice
(
key
)
print
(
str
)
\ No newline at end of file
diy4.py
0 → 100644
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
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