Commit e919a634 by BellCodeEditor

save project

parent d3127ec0
Showing with 13 additions and 1 deletions
-- "a/\350\200\201\350\245\277.py"
sut={"芮芮":81,"柳柳":98,"潇潇":99,"然然":93,"骞骞":91,"喆喆":100}
sut={"芮芮":81,"柳柳":98,"潇潇":99,"然然":93,"骞骞":91,"喆喆":100}
x=input("请输入姓名:")
y=input("请输入成绩:")
if x in sut:
print("您的姓名已在内,")
if int(y)>sut[x]:
sut[x]=int(y)
else:
sut[x]=int(y)
print("上传成功")
print(sut)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment