Commit 9306ab8b by BellCodeEditor

save project

parent b8b253da
Showing with 10 additions and 0 deletions
student1={"语文":94,"数学":79,"英语":98}
student2={"语文":98,"数学":99,"英语":68}
student3={"语文":74,"数学":89,"英语":97}
score={"卡卡":student1,"鸡蛋":student2,"狗":student3}
name=input("你的名字叫什么")
i=score[name]
for k,y in i.items():
print(k)
print(y)
\ 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