Commit 7ac9e773 by BellCodeEditor

save project

parent c7ba88c5
Showing with 20 additions and 1 deletions
import turtle
pen1=turtle.Pen()
pen1.penup()
pen1.goto(100,100)
pen1.pendown()
pen1.pensize(7)
pen1.pencolor("yellow")
pen1.left(45)
pen1.forward(100)
pen1.circle(50,180)
pen1.right(90)
pen1.circle(50,180)
pen1.forward(100)
pen1.hideturtle()
turtle.done()
pen.penup()
\ No newline at end of file
......@@ -12,7 +12,7 @@ pen.penup()
pen.goto(100,100)
pen.pendown()
pen.pensize(5)
pen.pencolor("red")
pen.pencolor("yellow")
pen.left(45)
pen.forward(2*len)
pen.circle(len,180)
......
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