Commit c5f79a3c by BellCodeEditor

save project

parent ed0312c0
Showing with 1 additions and 0 deletions
...@@ -3,6 +3,7 @@ t= turtle.Turtle() ...@@ -3,6 +3,7 @@ t= turtle.Turtle()
t.pensize(2000) t.pensize(2000)
t.color("sky blue") t.color("sky blue")
t.fd(1) t.fd(1)
len = 50
t.pensize(10) t.pensize(10)
t.pencolor("red") t.pencolor("red")
......
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