Commit d083a1e8 by BellCodeEditor

save project

parent 61ea234e
Showing with 7 additions and 0 deletions
......@@ -15,6 +15,13 @@ pen.fillcolor(red)
pen.begin_fill()
pen.end_fill()
import turtle
open=turtle.pen()
for i in range(36)
pen.forward(200)
pen.right(170)
pen.hideturtle
......
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