Commit 1ef279be by BellCodeEditor

save project

parent 3ddf82f6
Showing with 7 additions and 4 deletions
score = {"wk":{"yw":120,"sx":120,"yy":1000}} score = {"wk":{"yw":120,"sx":120,"yy":1000}}
k = input() while True:
try: k = input()
print(k+ score[k]["yw"]+score[k]["sx"]+score[k]["yy"]) try:
except: print(k+ str(score[k]["yw"])+str(score[k]["sx"])+str(score[k]["yy"]))
except KeyError:
print("DNFH!!!") print("DNFH!!!")
if k == 'quit':
break
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