From 7b02a77abc61d64f211f9d58d4e29da153109fb0 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 25 Jun 2022 14:22:17 +0800 Subject: [PATCH] auto save --- diy1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diy1.py b/diy1.py index ce831b6..bc60946 100644 --- a/diy1.py +++ b/diy1.py @@ -9,6 +9,6 @@ def get_average(scores): score += score print('现在的总分是%d'%score) ave_score = score/len(scores) - print('平均分是%d'%ave_score) + print('平均分是%d'ave_score) get_average(scores) \ No newline at end of file -- libgit2 0.25.0