Commit 83704e48 by BellCodeEditor

save project

parent e54cab03
Showing with 10 additions and 3 deletions
import turtle
# pen=turtle.Pen()
# pen.write("sasdfghj",font=("Times",20,"normal"))
# turtle.done()
screen=turtle.screen()
screen.bgcolor("light blue")
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("sasdfghj",font=("Times",20,"normal"))
turtle.done()
pen1=turtle.Pen()
pen1.left(45)
pen1.forward(100)
......@@ -11,3 +16,5 @@ pen1.circle(50,180)
pen1.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