Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson7_1
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
dca3afc0
authored
May 28, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
4a913517
Pipeline
#5887
failed in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
diy1.py
diy1.py
View file @
dca3afc0
g
=
'技术大版v付款后'
import
random
l
=
len
(
g
)
k
=
"开发集团研发投入的谈话"
i
=
0
m
=
"我是SB!"
while
i
<
l
:
for
i
in
m
:
element
=
g
[
i
]
str1
=
i
print
(
g
)
str2
=
random
.
choice
(
k
)
i
+=
1
str3
=
random
.
choice
(
k
)
\ No newline at end of file
text
=
str1
+
str2
+
str3
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