Commit 39ede87f by BellCodeEditor

save project

parent 838f414f
Showing with 5 additions and 2 deletions
import turtle
q=turtle.Pen()
q.fillcolor("red")
q.begin_fill()
for i in range(5):
q.forward(200)
q.right(144)
turtle.done()
\ No newline at end of file
q.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