Commit b285e933 by BellCodeEditor

save project

parent 1d8f28c6
Showing with 4 additions and 4 deletions
...@@ -3,9 +3,10 @@ ...@@ -3,9 +3,10 @@
import turtle import turtle
pen=turtle.pen() pen=turtle.pen()
pen.shape("turtle"): pen.shape("turtle"):
pen.hideturtle()
pen.fill_color("red")
pen.begin_fill()
for i in range(5): for i in range(5):
pen.foeword(200) pen.foeword(200)
pen right(144) pen right(144)
pen.end_fill()
pen.hideturtle()
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