Commit 51e503b9 by BellCodeEditor

save project

parent 0c145d28
Showing with 2 additions and 1 deletions
import turtle import turtle
len=114.514
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("pink") screen.bgcolor("pink")
len=screen.textinput("提示","请输如爱心的大小: ")
len=int(len)
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(0,-100) 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