Commit 5be92e91 by BellCodeEditor

save project

parent b7498cbe
Showing with 9 additions and 0 deletions
student1 = {'房顶':91,'树干'88,'菏泽':85,}
student2 = {'房顶':97,'树干'98,'菏泽':90,}
student3 = {'房顶':95,'树干'100,'菏泽':93,}
score = {'城市'student1,'抖音'student2,'习惯性'student3,}
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