Commit 7f718580 by BellCodeEditor

save project

parent 60d13873
Showing with 2 additions and 1 deletions
import turtle import turtle
screen=turtle.Screen()
screen.bgcolor("green")
# pen=turtle.Pen() # pen=turtle.Pen()
# pen.write("你好",font=("Times",30,"normal")) # pen.write("你好",font=("Times",30,"normal"))
# pen.hideturtle() # pen.hideturtle()
...@@ -15,4 +17,3 @@ pen1.pencolor("red") ...@@ -15,4 +17,3 @@ pen1.pencolor("red")
pen1.hideturtle() pen1.hideturtle()
turtle.done turtle.done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment