Commit a50d5603 by BellCodeEditor

save project

parent 14475807
Showing with 10 additions and 0 deletions
a={"语文":26,"数学":40,"英语":64}
b={"语文":62,"数学":37,"英语":77}
b={"语文":89,"数学":72,"英语":100}
store={"悟空":a,"诺依":b,"小白":c}
name=input("名字:")
a=store[name]
for i,s in store.items():
print(i,s)
\ 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