From 77a1998fa22a0be150504810a02ec6671d54216a Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Fri, 1 Dec 2023 18:32:43 +0800 Subject: [PATCH] auto save --- diy1.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/diy1.py b/diy1.py index 7dffb4e..7184221 100644 --- a/diy1.py +++ b/diy1.py @@ -1,8 +1,10 @@ # 利用write()帮助悟空给诺依回信吧~ import turtle - - -pen=turtle.Pen() +screen=turtle.Screen() +screen.bgcolor("pink") +pen=turtle.Pen +pen.turtle() +pen.write("设",("Times",30,"normal")) pen.pensize(20) pen=pen.color("red") pen.left(45) @@ -12,5 +14,4 @@ pen.right(90) pen.circle(50,180) pen.forward(100) - turtle.done() \ No newline at end of file -- libgit2 0.25.0