Commit 4c03dd2c by BellCodeEditor

save project

parent 13685e3e
Showing with 4 additions and 4 deletions
import turtle
pen=turtle.Pen()
i=10
for i in range(300):
for i in range(30,3000,2):
pen.forward(i)
pen.right(91)
i+=2
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