Commit c6231901 by BellCodeEditor

save project

parent 96adbb30
Showing with 4 additions and 2 deletions
import turtle import turtle
screen = turtle.Screen() screen = turtle.Screen()
screen.bgcolor("black") screen.bgcolor("light blue")
pen = turtle.Pen() pen = turtle.Pen()
pen.penup() pen.penup()
pen.forward(500) pen.goto(100,-100)
pen.write("you fack\nsb",font = ("Times",220,"norma")) pen.write("you fack\nsb",font = ("Times",220,"norma"))
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
...@@ -11,6 +11,8 @@ penl=turtle.Pen() ...@@ -11,6 +11,8 @@ penl=turtle.Pen()
penl.pencolor("red") penl.pencolor("red")
penl.pensize(6) penl.pensize(6)
penl.left(45) penl.left(45)
len = 60
penl.forward(len*2)
penl.forward(100) penl.forward(100)
penl.circle(50,180) penl.circle(50,180)
penl.right(90) penl.right(90)
......
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