Commit 0a31a56b by BellCodeEditor

save project

parent de8f5f09
Showing with 2 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
l=100
screen=turtle.Screen()
screen.bgcolor("pink")
len=screen.textinput("提示","请输入爱心大小")
l=int(len)
pen= turtle.Pen()
pen.penup()
pen.goto(0,-100)
......
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