Commit fee3145b by BellCodeEditor

save project

parent 0af6a17d
Showing with 2 additions and 2 deletions
...@@ -5,11 +5,11 @@ screen=turtle.Screen() ...@@ -5,11 +5,11 @@ screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
#文字 #文字
pen=turtle.Pen() pen=turtle.Pen()
pen.write("你好啊",font=("Times",20,"normal")) pen.write("你好啊",font=("Times",20,"normal"))
pen.hideturtle() pen.hideturtle()
kens=screen.textinput("问题","爱心大小是多少?")
#爱心 #爱心
ken=45.5 ken=int(kens)
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.fillcolor("red") pen1.fillcolor("red")
pen.begin_fill() pen.begin_fill()
......
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