Commit 31c605e9 by BellCodeEditor

auto save

parent c3fd8360
Showing with 17 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.penup()
pen.goto(0,-200)
pen.pendown()
pen.circle(200)
pen.right(-90)
pen.penup()
pen.forward(300)
pen.left(90)
pen.forward(70)
pen.pendown()
pen.circle(20)
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