Commit b2f48d6c by BellCodeEditor

save project

parent 712d8cb1
Showing with 11 additions and 0 deletions
......@@ -3,4 +3,14 @@ import turtle
pen=turtle.Pen()
pen.write("诺伊,\n你好",font=("Times",25,"normal"))
pen.hideturtle()
turtle.pencolor("red")
turtle.pensize(10)
turtle.right(45)
turtle.forward(100)
turtle.left(90)
turtle.forward(100)
turtle.circle(50,180)
turtle.right(90)
turtle.circle(50,180)
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