Commit c1b63b94 by BellCodeEditor

save project

parent e20fe7cb
Showing with 7 additions and 3 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)
......@@ -10,3 +13,4 @@ penl.right(90)
penl.circle(50,180)
penl.forward(100)
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