Commit 9ca7b04e by BellCodeEditor

save project

parent 6ad117e1
Showing with 6 additions and 1 deletions
......@@ -3,5 +3,9 @@
# print(goods)
# # 请将"农夫山泉"删掉,并打印出新的商品信息
score={"语文":98,"数学":100,"英语":90}
score1={"语文":98,"数学":150,"英语":90}
score2={"语文":50,"数学":100,"英语":74}
score3={"语文":78,"数学":90,"英语":100}
name = {"小明":score1,"小花":score2,"小王":score3}
a = input()
for v in score.values():
\ 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