Commit 932ee077 by BellCodeEditor

save project

parent 4f0026d2
Showing with 5 additions and 0 deletions
......@@ -4,7 +4,12 @@
import turtle
pel=turtle.Pen()
pel.fillcolor("blue")
pel.begin_fill()
for i in range(5):
pel.forward(140)
pel.left(144)
pel.end_fill()
turtle.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