From ba48313aedd66b5c7c4fd979cb50c2be764a47fb Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 20 Mar 2021 11:10:14 +0800
Subject: [PATCH] save project

---
 func.py | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 func.py

diff --git a/func.py b/func.py
new file mode 100644
index 0000000..73e748c
--- /dev/null
+++ b/func.py
@@ -0,0 +1,8 @@
+def couet(money):
+    a=0
+    for i in range(money):
+        a=a+1
+    return a
+money=[12,13,14]
+b=couet(money)
+print(b)
--
libgit2 0.25.0