Commit 636831a4 by BellCodeEditor

save project

parent 5a0b0920
Showing with 10 additions and 2 deletions
......@@ -13,4 +13,12 @@ pen.begin_fill()
for in range(3)
pen.forword(200)
pen.left(120)
pen.end_fill()
\ No newline at end of file
pen.end_fill()
import turtle
pen.fillcolor("green")
pen.begin_fill()
for in range(36)
pen.forword(200)
pen.left(170)
pen.end_fill
\ 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