Commit 52f01a2a by BellCodeEditor

save project

parent 67423681
Showing with 2 additions and 212 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
i=1 for i in range(1,1000):
for i in range(1000):
pen.forward(i) pen.forward(i)
pen.right(100) pen.right(150)
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
...@@ -27,212 +26,3 @@ turtle.done() ...@@ -27,212 +26,3 @@ 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