From c4d9e241576dabb8a054b514a45d69e4580a0818 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 21 Apr 2024 16:29:04 +0800 Subject: [PATCH] auto save --- func.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/func.py b/func.py index ebeac36..29d6e1b 100644 --- a/func.py +++ b/func.py @@ -18,7 +18,7 @@ def aq(): def a(money): count=0 for i in money: - count++ + count=count+i return count result=a(aq) print("你花了"+str(result)+"元,微信,花呗,支付宝") \ No newline at end of file -- libgit2 0.25.0