Commit 3fdbace9 by BellCodeEditor

save project

parent 7d3b48e6
Showing with 15 additions and 2 deletions
turtle.pen()
for range(5)
import turtle
pen = turtle.Pen()
for i in range(5):
pen.right(144)
pen.forward(100)
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