Commit 932ce9bb by BellCodeEditor

save project

parent 054e8eb7
Showing with 1 additions and 3 deletions
import turtle
pen=turtle.Pen()
pen.fillcolor("blue")
......@@ -8,4 +7,4 @@ for i in range(5):
pen.right(144)
pen.end_fill()
pen.hidetuple()
pen.done()
\ No newline at end of file
pen.done()
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