Commit 1cd7456c by BellCodeEditor

auto save

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