Commit e138ba99 by BellCodeEditor

auto save

parent e9f631d5
Showing with 14 additions and 0 deletions
import turtle
import turtle
io = turtle.Pen()#点记法
screen = turtle.Screen()#创建画布
fi=screen.textinput("输入框","你要多大的爱心?")
f=int(fi)#int整数 float浮点 str字符串
io.left(45)
io.forward(2*f)
io.circle(f,180)
io.right(90)
io.circle(f,180)
io.forward(2*f)
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