Commit 1c34c5fd by BellCodeEditor

save project

parent 00ea4849
Showing with 18 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.shape("turtle")
pen.color("red")
pen.speed(10000000000000)
for i in range(12):
pen.left(30)
pen.forward(60)
pen.right(60)
pen.forward(60)
pen.hideturtle()
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