Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson7_6
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
f326f79cac55529edce52bacaf359c25151b18ab
Switch branch/tag
lesson7_6
398w8gt.py
Find file
Blame
History
Permalink
save project
· a6a52fc0
BellCodeEditor
committed
10 months ago
a6a52fc0
398w8gt.py
85 Bytes
Edit
1
2
3
scor
=
{
'语文'
:
91
,
'数学'
:
88
,
'英语'
:
85
}
for
k
,
v
in
score
.
items
():
print
(
k
,
v
)