Commit fab7a05e by BellCodeEditor

save project

parent a4febafb
Showing with 6 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
len=60
screen =tuple.Screen()
len = screen.textinput("提示","你想要多大的爱心呀")
len =int(len)
pen1=turtle.Pen()
pen1.left(45)
pen1.forward(2*len)
......@@ -10,6 +12,9 @@ pen1.circle(len,180)
pen1.forward(2*len)
pen1.hideturtle()
turtle.done()
scree.textinpltt("姓名框","你的名字是")
......
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