Commit 7221cf6f by BellCodeEditor

save project

parent 6431b7ba
Showing with 1 additions and 0 deletions
...@@ -4,6 +4,7 @@ screen=turtle.Screen() ...@@ -4,6 +4,7 @@ screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
screen.textinput("姓名框""你的名字是")
pen.goto(100,-100) pen.goto(100,-100)
pen.write("纵然万劫不复,\n纵然相思入骨,\n我也待你眉眼如初,\n岁月如故",font=("Times",13,"normal")) pen.write("纵然万劫不复,\n纵然相思入骨,\n我也待你眉眼如初,\n岁月如故",font=("Times",13,"normal"))
pen1=turtle.Pen() pen1=turtle.Pen()
......
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