Commit 14a55812 by BellCodeEditor

save project

parent bd354917
Showing with 1 additions and 1 deletions
...@@ -2,7 +2,7 @@ import turtle ...@@ -2,7 +2,7 @@ import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(100,0) pen.goto(100,0)
pen.write("你好啊,\n诺伊",font=("Times",18,"normal")) pen.write("你好啊,\n创造师!",font=("Times",18,"normal"))
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("purple") screen.bgcolor("purple")
len=screen.textinput("提示框","请输入爱心的大小:") len=screen.textinput("提示框","请输入爱心的大小:")
......
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