Commit 567df38a by BellCodeEditor

save project

parent 4744d29d
Showing with 13 additions and 0 deletions
ka={'唐成':0,'刘圳皓':60,'雨曦':100'颜谭旭':110,'???':999}
k=input('你叫神马?')
v=input('考都少分?')
if k in ka:
if int(v)>ka[k]:
ka[k]=int(v)
print(k+'SB,'+v+'分')
else:
print(k+'SB,Lj')
else
ka[k]=int(v)
print(k+'SB,'+v+'分')
\ 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