Commit 0486b674 by BellCodeEditor

auto save

parent 21af3171
Showing with 0 additions and 52 deletions
# import turtle
# pen=turtle.Pen()
# pen.left(45)
# pen.forward(200)
# pen.left(90)
# pen.circle(100,180)
# pen.left(180)
# pen.forward(200)
# pen.right(90)
# pen.circle(-100,180)
# turtle.done()
# import turtle
# pen=turtle.Pen()
# pen.goto(0,0)
# pen.pensize(5)
# pen.pencolor("blue")
# pen.circle(50)
# pen.up()
# pen.goto(100,0)
# pen.pensize(5)
# pen.pencolor("black")
# pen.downcle(50)
# pen.up()
# pen.goto(200,0)
# pen.pensize(5)
# pen.pencolor("red")
# pen.down()
# pen.circle(50)
# pen.up()
# pen.goto(50,-80)
# pen.pensize(5)
# pen.pencolor("yellow")
# pen.down()
# pen.circle(50)
# pen.up()
# pen.goto(150,-80)
# pen.pensize(5)
# pen.pencolor("green")
# pen.down()
# pen.circle(50)
# turtle.done()
import turtle
pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("light yellow")
a=screen.textinput("提示","新年祝福语")
pen.write(a,font=("Times",20,"normal"))
turtle.done()
\ No newline at end of file
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