Commit 07483cc5 by BellCodeEditor

save project

parent 1586985c
Showing with 7 additions and 0 deletions
student1={"语文":91,"数学"88,"英文"85}
score={"悟空"student1}
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