Commit 91f6f00a by BellCodeEditor

save project

parent 974d6a0f
Showing with 3 additions and 4 deletions
import turtle
pen = turtle.Pen()
turtle.Turtle().screen.delay(0)
for i in range(10000):
pen = tuetle.Pen()
for i in range(5):
pen.forward(300)
pen.right(174.6)
pen.right(144)
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