Commit c1b63b94 by BellCodeEditor

save project

parent e20fe7cb
Showing with 8 additions and 5 deletions
import turtle import turtle
# pen=turtle.Pen() screen=turtle.Screen()
# pen.write("sdfghj",font=("Times",30,"normal")) screen.bgcolor("red")
pen=turtle.Pen()
pen.penup()
pen.goto(0,200)
pen.write("sdfghj",font=("Times",30,"normal"))
penl=turtle.Pen() penl=turtle.Pen()
penl.left(45) penl.left(45)
penl.forward(100) penl.forward(100)
...@@ -9,4 +12,5 @@ penl.circle(50,180) ...@@ -9,4 +12,5 @@ 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