Commit 19be51c3 by BellCodeEditor

save project

parent 6bc3cf1a
Showing with 7 additions and 0 deletions
s1={1:1,2:2,3:3}
s2={1:3,2:2,3:1}
score={'悟空':s1,'小贝':s2}
name=input("名字:")
info=score[name]
for k,v in info.items():
print(k,v)
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