Commit 478a98ff by BellCodeEditor

save project

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