Commit 0e52ee75 by BellCodeEditor

auto save

parent 16f0d60e
Showing with 15 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.goto(-50,100)
pen.pensize(20)
pen.pendown()
pen.pencolor("red")
pen.forward(200)
pen.right(135)
pen.pencolor("green")
pen.forward(280)
pen.pencolor("blue")
pen.right(-135)
pen.forward(200)
pen.penup()
turtle.done()
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