Commit b6cfcee3 by BellCodeEditor

save project

parent a02b123b
Showing with 2 additions and 5 deletions
s1={1:1,2:2,3:3} s1={1:1,2:2,3:3}
s2={1:3,2:2,3:1} s2={1:3,2:2,3:1}
score={'悟空':s1,'小贝':s2} s1[2]=4
name=input("名字:") print(s1)
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