Commit dc4bbccb by BellCodeEditor

save project

parent b31d3913
Showing with 5 additions and 1 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.shape("arrow") pen.shape("arrow")
pen.fillcolor("red")
pen.begin_fill()
pen.forward(100) pen.forward(100)
pen.left(144) pen.left(144)
pen.forward(100) pen.forward(100)
...@@ -10,4 +12,5 @@ pen.left(144) ...@@ -10,4 +12,5 @@ pen.left(144)
pen.forward(100) pen.forward(100)
pen.left(144) pen.left(144)
pen.forward(100) pen.forward(100)
turtle.done() pen.end_fill()
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