Commit 60edff07 by BellCodeEditor

save project

parent 2a70cc6c
Showing with 6 additions and 3 deletions
...@@ -4,7 +4,10 @@ ...@@ -4,7 +4,10 @@
import turtle import turtle
pen=turtle.pen() pen=turtle.pen()
pen.shape("turtle") pen.shape("turtle")
for q range (5): pen.fillcolor("rad")
pen.begin_fill()
for q range (3):
turtle.forward(200) turtle.forward(200)
turtle.right(144) turtle.right(144)
turtle.done() turtle.done()
\ No newline at end of file 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