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
p=turtle.Pen()
p.shape("tuetle")
p.fillcolor("bule")
p.shape("turtle")
p.fillcolor("blue")
p.begin_fill()
for i in range(5)
pen.forward(200)
pen.right(144)
p.hidetuetle()
for i in range(5):
p.forward(200)
p.right(144)
p.hideturtle()
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