Commit 47eab840 by BellCodeEditor

save project

parent 99edb3ac
Showing with 1 additions and 1 deletions
......@@ -4,7 +4,7 @@
scores = {'语文':89, '数学':95, '英语':80}
def list (scores):
score = 0
score2 = 0
for subject1, score1 in scores.items():
score2 += score1
print('现在的总分是%d'%score2)
......
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