Commit bda9eef9 by BellCodeEditor

save project

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