Commit 478a98ff by BellCodeEditor

save project

parent 2158edc7
Showing with 7 additions and 4 deletions
score = {'wk':{'yw':120,'sx':120,'yy':100}} score = {"wk":{"yw":120,"sx":120,"yy":1000}}
for k,v score.items(): k = input()
print(k+'=>'str(v)) try:
\ No newline at end of file print(k+ str(score[k]["yw"])+str(score[k]["sx"])+str(score[k]["yy"]))
except KeyError:
print("DNFH!!!")
\ 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