Commit 83704e48 by BellCodeEditor

save project

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