Commit 851be850 by BellCodeEditor

auto save

parent ca732857
Showing with 7 additions and 5 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.shape("turtle") pen.shape("circle")
pen.fillcolor("yellow") pen.fillcolor("red")
pen.begin_fill() pen.begin_fill()
for i in range(10): for i in range(72):
pen.forward(200) pen.forward(3.1415926535897932)
pen.right(144) pen.right(5)
pen.end_fill() pen.end_fill()
hideturtle()
turtle.done() 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