From 89582b8c3d7d3c93d84cb41222fde8b73afe40fc Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Fri, 21 Apr 2023 20:35:33 +0800 Subject: [PATCH] save project --- func.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/func.py b/func.py index e482dfe..3dd6e03 100644 --- a/func.py +++ b/func.py @@ -14,7 +14,7 @@ def new_input(): finally: print("======================") return total -def sum(money) +def sum(money): count = 0 for i in money: count=count+i -- libgit2 0.25.0