Commit 96adbb30 by BellCodeEditor

save project

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