Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson8-2
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
62fa2e04212a86284d66650b3ade86d123cf4a17
Switch branch/tag
lesson8-2
diy2.py
Find file
Blame
History
Permalink
auto save
· 58f0958a
BellCodeEditor
committed
3 years ago
58f0958a
diy2.py
92 Bytes
Edit
1
2
dict_hero
=
{
'猴三'
:
10
,
'猴一'
:
21
,
'猴五'
:
22
,
'猴队长'
:
29
,
'猴七'
:
30
}
print
(
dict_hero
)