Commit 802d3c6d by BellCodeEditor

save project

parent 1f72adf5
Showing with 2 additions and 4 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
x=0 for i in range(1,250):
for i in range(250):
pen.hideturtle() pen.hideturtle()
pen.forward(x) pen.forward(i)
pen.left(92) pen.left(92)
x=x+1
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