Commit 2b80a83c by BellCodeEditor

auto save

parent 29c259ec
Showing with 11 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.goto(0,0)
pen.circle(20)
pen.penup()
pen.goto(20,0)
pen.pendown()
pen.circle(20)
pen.penup()
pen.go
\ 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