Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson8-4
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
27e4b9cb
authored
Nov 03, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
18d16995
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
ws.py
ws.py
0 → 100644
View file @
27e4b9cb
ss
=
{
'糖糖'
:
99
,
'黄雨研'
:
92
,
'张一果'
:
93
,
'王晨睿'
:
90
,
'周伽伊'
:
94
,
'周杰伦'
:
56
,
'梁朝伟'
:
76
,
'小李子'
:
35
,
'刘德华'
:
88
}
a
=
input
(
'你叫什么?:'
)
d
=
input
(
'你的分数是多少?:'
)
if
a
in
ss
:
print
(
'你的成绩已上传!'
)
else
:
print
(
'找错地方了'
)
exit
()
c
=
input
(
'你的分数是多少?:'
)
if
c
>
d
:
print
(
"你的成绩已更新!"
)
else
:
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