Commit c58947e2 by BellCodeEditor

save project

parent 0a5e6487
Showing with 14 additions and 1 deletions
import turtle
pen=turtle.Pen()
pen.shape("turtle")
pen.right(60)
pen.forward(80)
pen.left(60)
pen.forward(80)
for i in range(5):
pen.right(120)
pen.forward(80)
pen.left(60)
pen.forward(80)
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