Commit 921d5dd4 by BellCodeEditor

auto save

parent ec324e89
Showing with 19 additions and 0 deletions
import turtle
import turtle
t=turtle.Pen()
t.clear()
t.pencolor("red")
t.speed(0)
t.pensize(1)
t.penup()
for j in range(10):
t.home()
t.right(j*36)
t.fd(200)
t.pendown()
for i in range(80):
t.forward(i)
t.right(150)
t.penup()
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