Commit c845a2f5 by BellCodeEditor

save project

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