Commit 96adbb30 by BellCodeEditor

save project

parent 2f91f7ea
Showing with 8 additions and 4 deletions
import turtle
# pen = turtle.Pen()
# pen.write("you fack\nsb",font = ("Times",20,"norma"))
# pen.hideturtle()
# turtle.done()
screen = turtle.Screen()
screen.bgcolor("black")
pen = turtle.Pen()
pen.penup()
pen.forward(500)
pen.write("you fack\nsb",font = ("Times",220,"norma"))
pen.hideturtle()
turtle.done()
penl=turtle.Pen()
penl.pencolor("red")
penl.pensize(6)
......
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