Commit c232c2fa by BellCodeEditor

save project

parent b162e811
Showing with 4 additions and 2 deletions
score = {"yw":120,"sx":120,"yy":1000}
score = {"wk":{"yw":120,"sx":120,"yy":1000}}
for k,v in score.items():
print(k+"=>"+v)
for k2,v2 in v.items():
print(k2+"=>"+str(v2))
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