Commit f2b74374 by BellCodeEditor

save project

parent 054b51cf
Showing with 2 additions and 6 deletions
impor turtle import turtle
turtle.circle(200) turtle.circle(100)
turtle.penup() turtle.penup()
turtle.goto(0,50) turtle.goto(0,50)
turtle.pendown() turtle.pendown()
turtle.circle(50) turtle.circle(50)
turtle.done() turtle.done()
turtle.
turtle.
turtle.
\ 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