Commit fde19588 by BellCodeEditor

save project

parent 890001a3
Showing with 3 additions and 4 deletions
import.turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
p=1
for i in range(300): for i in range(300):
pen.forward(p) pen.forward(i)
pen.left(91) pen.left(91)
p=p+1 i=i+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