From 6d32bb7c3796024a5843af1d00466f69ea94d08a Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Fri, 9 Apr 2021 20:09:41 +0800
Subject: [PATCH] save project

---
 diy3.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diy3.py b/diy3.py
index 3ac4428..4d010f2 100644
--- a/diy3.py
+++ b/diy3.py
@@ -1,3 +1,3 @@
 message = "诺依,周末一起去看动漫展吧!"
-i=message[0:-1]
+i=message[0:14]
 print(i)
\ No newline at end of file
--
libgit2 0.25.0