Commit 8c8bcf51 by BellCodeEditor

save project

parent 2a882c3d
pen=turtle.pen()
pen.begin_fill()
for i in range(6):
pen.forward(200)
pen.left(60)
pen.end_fill()
import turtle
pen=turtle.Pen()
pen.begin_fill()
for i in range(6):
pen.forward(200)
pen.left(60)
pen.end_fill()
\ 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