Commit 29462073 by BellCodeEditor

auto save

parent 8ffdaf6a
Showing with 0 additions and 14 deletions
import turtle
ink=input("what color ")
pen=turtle.Pen()
pen.shape("turtle")
pen.speed(100)
pen.color("brown")
pen.fillcolor(ink)
pen.begin_fill()
for i in range(360):
pen.forward(500)
pen.left(179)
pen.end_fill()
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