Commit 483f2023 by BellCodeEditor

save project

parent b0b95642
Showing with 29 additions and 1 deletions
import turtle
q=turtle.Screen()
q.bgcolor("light blue")
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("hi",font=("Times",19,"normal"))
pen.hideturtle()
pan=turtle.Pen()
pan.pensize(10)
pan.pencolor("red")
pan.left(45)
pan.forward(100)
pan.circle(5,100)
pan.right(90)
pan.circle(509,100)
pan.forward(100)
turtle.done()
...@@ -16,7 +16,7 @@ pan.forward(100) ...@@ -16,7 +16,7 @@ pan.forward(100)
pan.circle(50,180) pan.circle(50,180)
pan.right(90) pan.right(90)
pan.circle(50,180) pan.circle(50,180)
pan.circle(50,180)
pan.forward(100) pan.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