Commit e2bf3611 by BellCodeEditor

auto save

parent 551cbf31
Showing with 16 additions and 0 deletions
import turtle
pen = turtle.Pen()
pen2 =turtle.Pen()
pen.color('red')
pen.fillcolor('green')
pen.begin_fill()
for i in range(6):
pen.right(60)
pen.forward(100)
pen2.forward(200)
for i in range(5):
pen2.right(72)
pen2.forward(100)
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