Commit a4dfaac7 by BellCodeEditor

save project

parent b6758256
Showing with 2 additions and 2 deletions
import turtle
pen = pen.turtle()
pen = turtle.Pen()
pen.shape("classic")
for i in range(5):
pen.forward(200)
pen.left(144)
pen.hideturtle()
pen.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