Commit badc2605 by BellCodeEditor

save project

parent 9deeb9b7
Showing with 4 additions and 4 deletions
""" pen.begin.fill()
"""
import turtle import turtle
pen=turtle.pen() pen=turtle.pen()
pen.shape("turtle"): pen.shape("turtle"):
pen.hideturtle() pen.hideturtle()
pen.fill_color("red") pen.fill_color("red")
pen.begin_fill() pen.begin_fill()
for i in range(5): for i in range(12):
pen.foeword(200) pen.foeword(200)
pen right(144) pen right(150)
pen.end_fill() pen.end_fill()
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