Commit 054b51cf by BellCodeEditor

save project

parent b2aa54f5
Showing with 11 additions and 11 deletions
import turtle impor turtle
pen=turtle.Pen() turtle.circle(200)
pen.fillcolor("red") turtle.penup()
pen.begin_fill() turtle.goto(0,50)
for i in range(36): turtle.pendown()
pen.forward(200) turtle.circle(50)
pen.right(170) turtle.done()
pen.end_fill() turtle.
pen.hideturtle() turtle.
turtle.done() turtle.
\ No newline at end of file \ 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