Commit 1ef279be by BellCodeEditor

save project

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