Commit d98867dc by BellCodeEditor

save project

parent 0a88af00
Showing with 16 additions and 14 deletions
import turtle
pen=turtle.Pen()
pen.shape("turtle")
pen.goto(-100,0)
pen.fillcolor("black")
pen.begin_fill()
pen.speed(10)
for i in range(36):
pen.forward(300)
pen.right(170)
pen.end_fill()
pen.hideturtle()
turtle.done()
\ No newline at end of file
import turtle c
pen=turtle.Pen() \ No newline at end of file
pen.shape("turtle")
pen.goto(-100,0)
pen.fillcolor("yellow")
pen.begin_fill()
for i in range(5):
pen.forward(300)
pen.right(144)
pen.end_fill()
pen.hideturtle()
turtle.done()
\ 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