Commit 60ba6b72 by BellCodeEditor

save project

parent 63964e2e
Showing with 9 additions and 4 deletions
......@@ -14,9 +14,9 @@ pen.pendown()
pen.pensize(5)
pen.pencolor("red")
pen.left(45)
pen.forward(2*len)
pen.circle(len,180)
pen.forward(2*lovesize)
pen.circle(lovesize,180)
pen.right(90)
pen.circle(len,180)
pen.forward(2*len)
pen.circle(lovesize,180)
pen.forward(2*lovesize)
turtle.done()
import turtle
screen=turtle.Screen()
screen.textinput("姓名框","你的名字是:")
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