Commit 96adbb30 by BellCodeEditor

save project

parent 2f91f7ea
Showing with 9 additions and 6 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)
......@@ -12,4 +16,4 @@ penl.circle(50,180)
penl.right(90)
penl.circle(50,180)
penl.forward(100)
turtle.done()
\ No newline at end of file
turtle.done()
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