Commit fd47419a by BellCodeEditor

save project

parent 71ffac04
Showing with 12 additions and 0 deletions
a={'zz':100,'ss':99,'人类1':69,'sui':67}
k=input("name?")
v=input("分")
if k in a:
if int(v)>a[k]:
print("ok")
else:
print('奥利给')
else:
a[k]=int(v)
print("已加入")
\ 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