Commit 04b147e5 by BellCodeEditor

save project

parent 68d335e8
Showing with 3 additions and 3 deletions
import turtle import turtle
bi=turtle.Pen() bi=turtle.Pen()
bs=1
for i in range(300): for i in range(300):
bi.forward(bs) bi.forward(i)
bi.left(91) bi.left(91)
bs+=1 i+=1
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