Commit 7577b481 by BellCodeEditor

save project

parent acae41a3
Showing with 2 additions and 1 deletions
import turtle import turtle
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("light blue") o=screen.textinput("提示","你想要什么颜色的背景?输入一个颜色")
screen.bgcolor(o)
i=screen.textinput("提示","你想要一个绿色爱心吗?输入一个数字") i=screen.textinput("提示","你想要一个绿色爱心吗?输入一个数字")
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