Commit 76128197 by BellCodeEditor

auto save

parent 17d442ef
Showing with 6 additions and 0 deletions
...@@ -3,8 +3,14 @@ ...@@ -3,8 +3,14 @@
""" """
import turtle import turtle
a=turtle.Pen() a=turtle.Pen()
a.pensize(15)
a.pencolor("blue")
a.fillcolor("blue")
a.forward(-100)
for i in range(5): for i in range(5):
a.forward(200) a.forward(200)
a.right(144) a.right(144)
a.hideturtle()
turtle.done() 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