Commit 667e9ace by BellCodeEditor

save project

parent 6f1357d3
Showing with 6 additions and 7 deletions
import turtle import turtle
pen = turtle.Pen() p=turtle.Pen()
distance=1 for i in range(500):
for i in range(300): p.forward(i)
pen.forward(distance) p.right(91)
distance+=1 p.hideturtle()
pen.right(91)
pen.hideturtle()
turtle.done() turtle.done()
\ No newline at end of file
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