Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson7_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
ddd1bd1b
authored
Dec 10, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
84940b10
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
1.py
diy3.py
1.py
0 → 100644
View file @
ddd1bd1b
import
random
key
=
"cnm三天之内杀了你,把你骨灰都给你杨了"
str
=
random
.
choice
(
key
)
print
(
str
)
\ No newline at end of file
diy3.py
View file @
ddd1bd1b
message
=
"fdghjklifdxsghjknmh非得哦恐惧婚姻共同繁荣对哦立刻脚后跟发"
message
=
"fdghjklifdxsghjknmh非得哦恐惧婚姻共同繁荣对哦立刻脚后跟发"
for
i
in
message
:
for
i
in
message
:
print
(
i
)
print
(
i
)
import
random
key
=
"cnm三天之内杀了你,把你骨灰都给你杨了"
str
=
random
.
choice
(
key
)
print
(
str
)
# 请使用索引的知识,取出message所有元素(不用遍历的方式)
# 请使用索引的知识,取出message所有元素(不用遍历的方式)
\ 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