Commit 497036eb by BellCodeEditor

save project

parent e7c1c66d
Showing with 1 additions and 1 deletions
import turtle import turtle
screen=turtle.Screen() screen=turtle.Screen()
r=int(screen.textinput("你想要多大的爱心啊")) r=int(screen.textinput("你想要多大的爱心啊","提示"))
screen.bgcolor("green") screen.bgcolor("green")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
......
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