Commit c36006a9 by BellCodeEditor

auto save

parent 325d3f67
Showing with 2 additions and 3 deletions
......@@ -4,6 +4,8 @@
import turtle
t=turtle.Pen()
t.shape("turtle")
t.fillcolor("red")
t.begin_fill()
t.fd(100)
t.rt(144)
t.fd(100)
......@@ -14,7 +16,5 @@ t.fd(100)
t.rt(144)
t.fd(100)
t.rt(144)
t.fillcolor("red")
t.begin_fill()
t.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