Commit 53fddd2e by BellCodeEditor

save project

parent 165e7303
Showing with 7 additions and 3 deletions
import turtle
pen=turtle.Pen()
pen.write("静夜思\n床前明月光,\n疑是地上霜。\n举头望明月,\n低头思故乡。",font=("Times",30,"normal"))
pen.hideturtle()
turtle.done()
pen1=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("light blue")
len=screen.textinput("100,100")
pen.write("静夜思\n床前明月光,\n疑是地上霜。\n举头望明月,\n低头思故乡。",font=("Times",30,"normal"))
pen.hideturtle()
len=int(len)
len=60
pen1.penup()
pen1.goto(100,100)
pen1.color("red")
pen1.pensize(5)
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