Commit 91daf12a by BellCodeEditor

auto save

parent 7221cf6f
Showing with 2 additions and 2 deletions
......@@ -3,11 +3,11 @@ import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
pen=turtle.Pen()
pen.penup()
screen.textinput("姓名框""你的名字是")
pen.penup()
pen.goto(100,-100)
pen.write("纵然万劫不复,\n纵然相思入骨,\n我也待你眉眼如初,\n岁月如故",font=("Times",13,"normal"))
pen1=turtle.Pen()
len=60
pen1.pensize(9)
pen1.pencolor("red")
pen1.left(45)
......
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