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
7f452738bf945df934b1ecdc2308b206bf6634f5
Switch branch/tag
lesson7_3
diy3.py
Find file
Blame
History
Permalink
auto save
· 5e3ae219
BellCodeEditor
committed
10 months ago
5e3ae219
diy3.py
61 Bytes
Edit
1
2
3
4
5
import
random
key
=
"好酷"
str
=
random
.
choice
(
key
)
print
(
key
)