Commit a897d670 by BellCodeEditor

auto save

parent fdf60f3a
Showing with 19 additions and 0 deletions
r=intput()
\ No newline at end of file
This diff is collapsed. Click to expand it.
import turtle
a=turtle.Pen()
a.circle(50,)
a.penup()
a.forward(35)
a.right(45)
a.forward(50)
a.left(45)
a.pendown()
a.pencolor('green')
a.circle(50,)
a.left(45)
a.forward(100)
a.right(45)
a.forward(35)
a.circle(50,)
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