From 5b4aca98316bc923133ec61d32b2b782488bbf0a Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 6 Mar 2022 12:00:27 +0800
Subject: [PATCH] save project

---
 func.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/func.py b/func.py
index a37a2d7..230d842 100644
--- a/func.py
+++ b/func.py
@@ -14,4 +14,7 @@ def new():
     print(total)
     return total
 a=new()
-print(a)
\ No newline at end of file
+sum=0
+for i in a:
+    sum=sum+i
+print(sum)
\ No newline at end of file
--
libgit2 0.25.0