From ea91f80e01599d248e37566ad19d2a3670da96fb Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 29 Aug 2021 09:45:45 +0800
Subject: [PATCH] auto save

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

diff --git a/diy1.py b/diy1.py
index 14a989d..7ac5f55 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1,5 +1,5 @@
 import turtle
 pen=turtle.Pen()
-pen.writer("年轻不是你玩的理由\n而是你奋斗的资本",font=("Times",30,"normal"))
+pen.write("年轻不是你玩的理由\n而是你奋斗的资本",font=("Times",30,"normal"))
 
 turtle.done()# 利用write()帮助悟空给诺依回信吧~er
\ No newline at end of file
--
libgit2 0.25.0