Commit 6e3ac46e by BellCodeEditor

save project

parent 6c96b651
Showing with 1 additions and 0 deletions
import turtle
screen=turtle.Screen()
screen.bgcolor("blue")
len=int(screen.textinput("爱心大小","请输入一个数(此为爱心大小):"))
pen=turtle.Pen()
pen.penup()
pen.goto(100,-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