Commit 3ddf82f6 by BellCodeEditor

save project

parent c4515aeb
Showing with 6 additions and 3 deletions
score = {"wk":{"yw":120,"sx":120,"yy":1000}}
for k,v in score.items():
for k2,v2 in v.items():
print(k2+"=>"+str(v2))
k = input()
try:
print(k+ score[k]["yw"]+score[k]["sx"]+score[k]["yy"])
except:
print("DNFH!!!")
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