Commit 5541e19f by BellCodeEditor

save project

parent 5707184b
Showing with 4 additions and 1 deletions
......@@ -2,7 +2,7 @@ import turtle
#chuangjianhuabu
screen=turtle.Screen()
screen.bgcolor("blue")
screen.bgcolor("black")
pen=turtle.Pen()
pen.penup()
......@@ -19,6 +19,9 @@ pen1.right(90)
pen1.circle(50,180)
pen1.forward(100)
len=150
pen1=turtle.Pen()
pen1.circle(len)
pen.hideturtle()
pen1.hideturtle()
......
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