Commit c90d7604 by BellCodeEditor

save project

parent d92edc59
Showing with 4 additions and 1 deletions
import turtle
len=50
screen=turtle.Screen()
screen.bgcolor("pink")
lovesize=screen.textinput("提示","想要多大的爱心")
len=int(lovesize)
pen=turtle.Pen()
pen.write("你好呀\n",font=("Times",40,"normal"))
pen.hideturtle()
......
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