Commit 3881333b by BellCodeEditor

auto save

parent 25667f67
Showing with 17 additions and 7 deletions
import turtle
pen=turtle.Pen()
for i in range(5)
pen.forward(200)
pen.right(144)
pen.hideturtle()
turtle.done()
import turtle import turtle
p=turtle.Pen() p=turtle.Pen()
p.shape("tuetle") p.shape("turtle")
p.fillcolor("bule") p.fillcolor("blue")
p.begin_fill() p.begin_fill()
for i in range(5) for i in range(5):
pen.forward(200) p.forward(200)
pen.right(144) p.right(144)
p.hidetuetle() p.hideturtle()
turtle.done() turtle.done()
p.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