Commit 607bf882 by BellCodeEditor

save project

parent a5889010
Showing with 6 additions and 5 deletions
...@@ -6,15 +6,15 @@ pen=tuptle.pen() ...@@ -6,15 +6,15 @@ pen=tuptle.pen()
pen.fillcolor("red") pen.fillcolor("red")
pen.begin_fill() pen.begin_fill()
pen.forword(200) pen.forword(200)
pen.right(34) pen.right(170)
pen.forword(200) pen.forword(200)
pen.right(34) pen.right(170)
pen.forword(200) pen.forword(200)
pen.right(34) pen.right(170)
pen.forword(200) pen.forword(200)
pen.right(34) pen.right(170)
pen.forword(200) pen.forword(200)
pen.right(34) pen.right(170)
pen.end_fill() pen.end_fill()
tuptle.done() tuptle.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