From 97326595433a03502de7e602f7cbdc13a4b7042a Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 27 Oct 2024 10:56:37 +0800
Subject: [PATCH] save project

---
 diy.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/diy.py b/diy.py
index 4f27f17..a514620 100644
--- a/diy.py
+++ b/diy.py
@@ -10,4 +10,5 @@ for i in a:
     for sales in data:
         sum=sum+int(sales)
     result = data[0]+str(sum)
-    print(result)
\ No newline at end of file
+    print(result)
+with open()
\ No newline at end of file
--
libgit2 0.25.0