Commit 96adbb30 by BellCodeEditor

save project

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