Commit 11d66b51 by BellCodeEditor

save project

parent 90b290dc
Showing with 17 additions and 5 deletions
import turtle
screen=turtle.Screen()
screen.textinput("姓名框","你滴什么滴干活")
turtle.done()
\ No newline at end of file
import
import
\ No newline at end of file
import turtle
len=60
len=40
screen=turtle.Screen()
screen.bgcolor("light blue")
pen=turtle.Pen()
......@@ -8,13 +8,16 @@ pen.goto(100,0)
pen.write("吆西\n花姑娘",font=("Times",20,"normal"))
pen.hideturtle()# 利用write()帮助悟空给诺依回信吧~
pen1=turtle.Pen()
screen=turtle.Screen()
len=screen.textinput("大小框","你滴想要多大滴干活")
lovesize=int(len)
pen1.pensize(5)
pen1.pencolor("red")
pen1.left(45)
pen1.forward(2*len)
pen1.forward(2*lovesize)
pen1.hideturtle()
pen1.circle(len,180)
pen1.circle(lovesize,180)
pen1.right(90)
pen1.circle(len,180)
pen1.forward(2*len)
pen1.circle(lovesize,180)
pen1.forward(2*lovesize)
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