Commit 863ae330 by BellCodeEditor

save project

parent 9f16ac10
Showing with 6 additions and 0 deletions
import turtle
turtle.bgcolor("pink")
turtle.pensize(5)
turtle.pencolor("red")
turtle.left(45)
......@@ -8,4 +10,7 @@ turtle.right(90)
turtle.circle(50,180)
turtle.forward(100)
turtle.hideturtle()
turtle.penup()
turtle.goto(50,-50)
turtle.write("你好呀",font=("Times",20,"normal"))
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