Commit 01cf4750 by BellCodeEditor

save project

parent f0c715f8
Showing with 10 additions and 0 deletions
score = {"wk":{"yw":120,"sx":120,"yy":1000}}
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
\ 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