Commit a1e65193 by BellCodeEditor

save project

parent 83b73772
Showing with 10 additions and 0 deletions
a={'jhjkhbjjhlk;bk./mknjgv':0,'jbuihhkhojigkjhghgghghhgjgjhh':32,'in':99.5,'q':83,'ghf':100}
k=input('名字')
v=input('成绩')
if k in a:
if int(v)>a[k]:
a[k]=int(v)
else:
a[k]=int(v)
print(a)
\ 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