From 3fe1b76f62fa1f9a3e903bfcd9e6b84b8bc4df65 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 25 May 2025 10:20:15 +0800 Subject: [PATCH] save project --- SB.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/SB.py b/SB.py index c07ea70..b7f5a5d 100644 --- a/SB.py +++ b/SB.py @@ -1,12 +1,12 @@ import turtle - pen=turtle.Pen() - screen=turtle.Screen() - screen.bgcolor("pink") - pen.penup() - pen.goto(100,-100) - pen.write("诺伊,turtle真好用,我会在画布上写字了",font=("Times",30,"normal")) - pen.hideturtle() - turtle.done() +pen=turtle.Pen() +screen=turtle.Screen() +screen.bgcolor("pink") +pen.penup() +pen.goto(100,-100) +pen.write("诺伊,turtle真好用,我会在画布上写字了",font=("Times",30,"normal")) +pen.hideturtle() +turtle.done() pen1=turtle.Pen() pen1.pencolor("red") pen1.left(45) -- libgit2 0.25.0