Commit 2cbc6b0c by BellCodeEditor

save project

parent 39dd3f1a
Showing with 10 additions and 0 deletions
cj={'a':74,'b':100,'c':82,'d':69,'e':59,'f':91}
a=input("名字")
b=input("成绩")
if a in cj:
if int(b)>cj[a]:
cj[a]=int(b)
else:
cj[a]=int(b)
print(cj)
\ 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