Commit 60edff07 by BellCodeEditor

save project

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