Commit bda9eef9 by BellCodeEditor

save project

parent 90728e5b
Showing with 10 additions and 6 deletions
import turtle
#pen=turtle.Pen()
#pen.pencolor("green")
#pen.write("傻子\n!!!",font=("宋体",50,"normal"))
#pen.hideturtle()
#turtle.done()
#写字
screen=turtle.Screen()
screen.bgcolor("yellow")
pen=turtle.Pen()
pen.penup()
pen.pencolor("green")
pen.goto(-100,0)
pen.write("傻子\n!!!",font=("宋体",50,"normal"))
pen.hideturtle()
pen9=turtle.Pen()
pen9.pencolor("green")
pen9.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