Commit aed35b7d by BellCodeEditor

save project

parent 30616f49
Showing with 13 additions and 1 deletions
import turtle
turtle.write("诺依,\n你好呀", font=("Times",20,"normal"))
turtle.hideturtle()
turtle.pensize(5)
turtle.fillcolor("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.hideturtle()
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