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