From 79f861c4676915276f296ae796f3b9bf632726fb Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 19 Sep 2021 19:43:46 +0800
Subject: [PATCH] save project

---
 diy.py | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/diy.py b/diy.py
index 133cfbb..f7b5681 100644
--- a/diy.py
+++ b/diy.py
@@ -1009,17 +1009,17 @@ def new_inpur
             except:
                 print("")
             else:
-                total.append(money)
+                total.append(unit)
             finally:
-            print("-"*30)
+            print("===================================================")
     return total
 return .new_inpur()
 
-
-
-
-
-
+def sun(money)
+    count=0
+    for i in money:
+        count=count+i
+    return count
 
 
 
--
libgit2 0.25.0