Commit 1cd7456c by BellCodeEditor

auto save

parent 294fab66
Showing with 12 additions and 11 deletions
......@@ -7,16 +7,17 @@ pen.penup()
pen.goto(100,-100)
pen.write("11\n45\n14\n1919810")
pen.hideturtle()
len=60
pen.penup()
pen.goto(100,100)
pen.pendown()
pen.pensize(5)
pen1=turtle.Pen()
pen.pencolor("red")
pen.left(45)
pen.forward(2*len)
pen.circle(len,180)
pen.right(90)
pen.circle(len,180)
pen.forward(2*len)
pen.pensize(5)
len=screen.textinput("awa","awawdawdawdsawd")
lovesize=int(len)
pen1.left(45)
pen1.forward(2*lovesize)
pen1.circle(lovesize,180)
pen1.right(90)
pen1.circle(lovesize,180)
pen1.forward(2*lovesize)
pen1.hideturtle()
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