Commit 1514d34a by BellCodeEditor

save project

parent b9e74664
Showing with 14 additions and 5 deletions
import turtle import turtle
pen=turtle.Pen() # pen=turtle.Pen()
pen.writel("老虎和狮子的结合是老师",font=("times",20,"normal")) # pen.writel("老虎和狮子的结合是老师",font=("times",20,"normal"))
pen.hideturtle() # pen.hideturtle()
turtle.done() # turtle.done()
\ No newline at end of file
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
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