From 195636084aa2b2d82790ae000b4033320791a4e1 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 16 Mar 2024 11:19:57 +0800
Subject: [PATCH] auto save

---
 diy3.py |  9 ---------
 1 file changed, 9 deletions(-)

diff --git a/diy3.py b/diy3.py
index 5e7e963..e69de29 100644
--- a/diy3.py
+++ b/diy3.py
@@ -1,9 +0,0 @@
-a = "诺依,周末一起去看动漫展吧!"
-b=len(a)
-c=0
-while c<b:
-    element=a[c]
-    print(a)
-    c+=1
-
-# 请使用索引的知识,取出message所有元素(不用遍历的方式)
\ No newline at end of file
--
libgit2 0.25.0