Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson12-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
Commit
d87d5198
authored
Dec 10, 2023
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
da10a2ce
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
0 deletions
1.py
大。。八。.py
菊花和硬骨鱼屠夫
1.py
0 → 100644
View file @
d87d5198
student1
=
{
'语'
:
91
,
'数'
:
88
,
'英'
:
85
}
student2
=
{
'语'
:
97
,
'数'
:
98
,
'英'
:
90
}
student3
=
{
'语'
:
95
,
'数'
:
100
,
'英'
:
93
}
score
=
{
"空"
:
student1
,
"依"
:
student2
,
"贝"
:
student3
}
while
True
:
print
()
name
=
input
(
"名字:"
)
if
name
in
score
:
score
=
score
[
name
]
for
k
,
v
in
score
.
items
():
print
(
k
,
v
)
print
(
"*"
*
30
)
else
:
print
(
"错误"
)
大。。八。.py
0 → 100644
View file @
d87d5198
++ "b/\345\244\247\343\200\202\343\200\202\345\205\253\343\200\202.py"
菊花和硬骨鱼屠夫
0 → 100644
View file @
d87d5198
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment