Commit 636831a4 by BellCodeEditor

save project

parent 5a0b0920
Showing with 9 additions and 0 deletions
...@@ -14,3 +14,11 @@ for in range(3) ...@@ -14,3 +14,11 @@ for in range(3)
pen.forword(200) pen.forword(200)
pen.left(120) pen.left(120)
pen.end_fill() 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