Commit ec48b712 by BellCodeEditor

save project

parent 33df6dc2
Showing with 2 additions and 2 deletions
...@@ -5,6 +5,6 @@ ...@@ -5,6 +5,6 @@
# 请将"农夫山泉"删掉,并打印出新的商品信息 # 请将"农夫山泉"删掉,并打印出新的商品信息
score={"语文":91,"数学":88,"英语":85} score={"语文":91,"数学":88,"英语":85}
for i,t in score.items(): for i,t in score.items():
print(i) print(i,t)
print(t)
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