Commit 6b97d42e by BellCodeEditor

save project

parent b613ab16
Showing with 4 additions and 2 deletions
import turtle import turtle
Pen=turtle.Pen() Pen=turtle.Pen()
Pen.shape("turtle") Pen.shape("turtle")
Pen.forward(100) for i in range(5):
Pen.left(90) Pen.forward(100)
Pen.left(-144)
Pen.hideturtle()
turtle.done() 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