Commit 5fee46cc by BellCodeEditor

save project

parent 90d8a993
Showing with 5 additions and 4 deletions
score={"语文":750,"数学":750,"英语":750} student1={"语文":90,"数学":90,"英语":90}
# 请将"农夫山泉"删掉,并打印出新的商品信息 student2={"语文":10,"数学":30,"英语":60}
for i,d in score.items(): student3={"语文":750,"数学":750,"英语":750}
print(i,d) score={"悟空": student1,"诺依": student2,"小贝": student3}
print(score["诺依"]["英语"])
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