Commit ef616d3f by BellCodeEditor

save project

parent bc0a722f
Showing with 11 additions and 3 deletions
......@@ -3,13 +3,13 @@ import turtle
pen1=turtle.Pen()
pen1.penup()
pen1.goto(200,100)
pen1.write("heldawdas",font=("Times",10,"normal"))
pen1.write("heldawdas",font=("Times",10,"normal"))
pen1.hideturtle()
screen1=turtle.Screen()
screen1.bgcolor("red")
screen1.bgcolor("light blue")
pen2=turtle.Pen()
pen2.pensize(5)
pen2.pencolor("light blue")
pen2.pencolor("red")
pen2.left(45)
pen2.forward(100)
pen2.circle(50,180)
......@@ -17,4 +17,11 @@ pen2.right(90)
pen2.circle(50,180)
pen2.forward(100)
pen2.hideturtle()
a=60
pen2.left(45)
pen2.circle(a/2,180)
pen2=forword(a)
pen2.right(90)
pen2.circle(a/2,180)
pen2.forword(a)
turtle.done()
\ 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