Commit f726b455 by BellCodeEditor

save project

parent bb2e29a3
Showing with 8 additions and 2 deletions
import turtle
q=turtle.Screen()
q.bgcolor("light blue")
pen=turtle.Pen()
pen.penup()
pen.goto(200,100)
pen.write("hi",font=("Times",10,"normal"))
pen.goto(100,-100)
pen.write("hi",font=("Times",19,"normal"))
pen.hideturtle()
pan=turtle.Pen()
pan.pensize(10)
......@@ -12,6 +16,8 @@ pan.forward(100)
pan.circle(50,180)
pan.right(90)
pan.circle(50,180)
pan.circle(50,180)
pan.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