Commit d9e7c220 by BellCodeEditor

save project

parent 83cf2358
Showing with 10 additions and 5 deletions
import turtle import turtle
pen=turtle pen=turtle
pen.pensize(30) pen.write("谢谢\n诺依\n我会了",font=("Times",12,"normal"))
pen.penup()
pen.goto(-100,0)
pen.pendown()
pen.pensize(20)
pen.color("blue") pen.color("blue")
pen.left(45) pen.left(45)
pen.forward(200) pen.forward(100)
pen.circle(100,180) pen.circle(50,180)
pen.right(90) pen.right(90)
pen.circle(100,180) pen.circle(50,180)
pen.forward(200) pen.forward(100)
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