Commit e13fbff9 by BellCodeEditor

save project

parent 1715675b
Showing with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ pen.penup() ...@@ -5,7 +5,7 @@ pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("light pink") screen.bgcolor("light pink")
len=screen.textinput("提示,你想要多大的爱心?:","100") len=screen.textinput("提示","你想要多大的爱心?")
len=int(len) len=int(len)
pen=turtle.Pen() pen=turtle.Pen()
pen.write("你好\n诺依,垂死病中惊坐\n起,杰哥晋是我自己。",font=("Times",30,"normal")) pen.write("你好\n诺依,垂死病中惊坐\n起,杰哥晋是我自己。",font=("Times",30,"normal"))
......
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