Commit c1b63b94 by BellCodeEditor

save project

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