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
c224441l843p219a8870/wx623787
Switch branch/tag
lesson7_3
13.py
Find file
Blame
History
Permalink
auto save
· 3564e564
BellCodeEditor
committed
3 years ago
3564e564
13.py
85 Bytes
Edit
1
2
3
4
import
random
key
=
"信息加密好酷啊!"
str
=
random
.
choice
(
key
)
print
(
str
)