Commit c845a2f5 by BellCodeEditor

save project

parent 5c18e329
Showing with 9 additions and 3 deletions
import turtle import turtle
# pen=turtle.pen() screen=turtle.Screen()
# pen.write("yy/nyyyyyy/nyyyyy",font=("Times",30,"normal")) screen.bgcolor("light blue")
#pen.hideturtle()
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("hi/nyyyyyy/nyyyyy",font=("Times",20,"normal"))
pen.hideturtle()
p=turtle.Pen() p=turtle.Pen()
p.pencolor("red") p.pencolor("red")
p.pensize(5) p.pensize(5)
......
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