Commit 03c94c0b by BellCodeEditor

save project

parent a7973519
Showing with 4 additions and 0 deletions
import turtle import turtle
jj=turtle.Pen() jj=turtle.Pen()
jj.shape("blank") jj.shape("blank")
jj.fillcolor("purple")
jj.begin_fill()
for i in range(5): for i in range(5):
jj.forward(200) jj.forward(200)
jj.right(144) jj.right(144)
jj.end_fill()
turtle.done() turtle.done()
\ 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