Commit 2c384b3c by BellCodeEditor

save project

parent dea930e2
Showing with 2 additions and 2 deletions
import turtle import turtle
len=turtle.Len()
len=60
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("light green") screen.bgcolor("light green")
pen=turtle.Pen() pen=turtle.Pen()
...@@ -10,8 +12,6 @@ pen.hideturtle() ...@@ -10,8 +12,6 @@ pen.hideturtle()
pen.penup() pen.penup()
pen.goto(-100,0) pen.goto(-100,0)
pen.pendown() pen.pendown()
turtle.len
len=60
pen.pensize(5) pen.pensize(5)
pen.pencolor("red") pen.pencolor("red")
pen.left(45) pen.left(45)
......
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