Commit 3389771c by BellCodeEditor

save project

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