Commit 3389771c by BellCodeEditor

save project

parent 51a220cc
Showing with 12 additions and 6 deletions
import turtle
# pen=turtle.Pen()
# pen.writel("老虎和狮子的结合是老师",font=("times",20,"normal"))
# pen.hideturtle()
# turtle.done()
screen=turtle.Screen()
screen.bgcolor("pink")
pen=turtle.Pen()
pen.penup()
pen.goto(-150,80)
pen.write("老虎和狮子的结合是老师",font=("times",20,"normal"))
pen.hideturtle()
a=turtle.Pen()
a.left(45)
a.forward(100)
a.circle(50,180)
a.right(90)
a.circle(50,180)
a.forward(100)
turtle.done
\ No newline at end of file
turtle.done()
\ No newline at end of file
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