From 33ae6a28bc9b4f47e1b8cd950bff0cb579849d17 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 20 Jun 2021 15:04:22 +0800 Subject: [PATCH] save project --- diy1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diy1.py b/diy1.py index ce831b6..dd99e94 100644 --- a/diy1.py +++ b/diy1.py @@ -4,7 +4,7 @@ scores = {'语文':89, '数学':95, '英语':80} def get_average(scores): - score = 0 + www = 0 for subject, score in scores.items(): score += score print('现在的总分是%d'%score) -- libgit2 0.25.0