From 42fbfd20fd629d1a6d1446b5faef943a3bc0b4ed Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Fri, 19 Mar 2021 18:34:12 +0800 Subject: [PATCH] auto save --- diy1.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/diy1.py b/diy1.py index e2b06e2..896154e 100644 --- a/diy1.py +++ b/diy1.py @@ -13,5 +13,22 @@ pen.penup() pen.goto(100,100) pen.write("你好吗",font=("Times",20,"normal")) screen.bgcolor("blue") + + + + + + + + + + + + + + + + + pen.hideturtle() turtle.done() \ No newline at end of file -- libgit2 0.25.0