Commit e5e30eb7 by BellCodeEditor

save project

parent 8b5d3d10
Showing with 16 additions and 3 deletions
import turtle import turtle
pen=turtle.Pen() #pen=turtle.Pen()
pen.write("你好呀",font=("Times",30,"normal")) #pen.write("你好呀",font=("Times",30,"normal"))
pen.hideturtle() #pen.hideturtle()
#turtle.done()
turtle.pensize(10)
turtle.color("red","red")
turtle.begin_fill()
turtle.left(45)
turtle.forward(100)
turtle.circle(50,180)
turtle.right(90)
turtle.circle(50,180)
turtle.forward(100)
turtle.end_fill()
turtle.hide()
turtle.done() 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