Commit b2558794 by BellCodeEditor

save project

parent c102714a
Showing with 15 additions and 4 deletions
import turtle
pen=turtle.Pen()
for i in range(5):
pen.forward(200)
pen.left(144)
a = turtle.Turtle()
a.speed(10)
for i in range(180):
a.forward(100)
a.right(30)
a.forward(100)
a.left(60)
a.forward(100)
a.right(30)
a.penup()
a.setposition(0,0)
a.pendown()
a.right(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