Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson7_5
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
e4277e49
authored
Oct 22, 2023
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
88b55758
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
14 deletions
55566565665.py
b.py
55566565665.py
0 → 100644
View file @
e4277e49
b.py
View file @
e4277e49
student1
=
{
'语'
:
10
,
'数'
:
59
,
'英'
:
49
}
student1
=
{
'语'
:
10
,
'数'
:
59
,
'英'
:
49
}
student2
=
{
'语'
:
93
,
'数'
:
100
,
'英'
:
99
}
student2
=
{
'语'
:
93
,
'数'
:
100
,
'英'
:
99
}
student3
=
{
'语'
:
88
,
'数'
:
97
,
'英'
:
100
}
student3
=
{
'语'
:
88
,
'数'
:
97
,
'英'
:
100
}
a
=
{
'悟空'
:
student1
,
'小贝'
:
student2
,
'芒果'
:
student3
,}
a
=
{
'芒果'
:
student1
,
'悟空'
:
student2
,
'小贝'
:
student3
,}
b
=
[
'悟空'
]
while
True
:
for
i
in
score
:
print
(
'如果退出 按下8'
)
print
(
i
)
i
=
input
(
'姓名:'
)
print
(
'*'
*
20
)
c
=
[
'小贝'
]
if
i
in
a
:
for
i
in
score
:
l
=
a
[
i
]
print
(
i
)
for
k
,
v
in
l
.
items
():
print
(
k
,
v
)
d
=
[
''
]
print
(
'*'
*
20
)
for
i
in
score
:
elif
i
==
'8'
:
print
(
i
)
break
else
:
print
(
'哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈 芒果老师是🐖'
)
print
(
'*'
*
20
)
print
(
'🐖四了'
)
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