Commit 566deb1e by BellCodeEditor

save project

parent 938210e8
Showing with 14 additions and 2 deletions
import turtle
x=60
x=200
pen=turtle.Pen()
pen1=turtle.Pen()
pen.pensize(10)
pen.pencolor("red")
pen1.penup()
pen1.goto(100,50)
pen1.write("你好,/n诺依",font=("Times",20,"normal"))
pen.left(45)
pen.forward(x)
pen.circle(1/2*x,180)
pen.right(90)
pen.circle(1/2*x,180)
pen.forward(x)
pen.hideturtle()
pen1.hideturtle()
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