Commit 4e4c2e6f by BellCodeEditor

save project

parent bb126cc0
Showing with 5 additions and 0 deletions
......@@ -11,5 +11,9 @@ turtle.circle(50,180)
turtle.right(90)
turtle.circle(50,180)
turtle.forward(100)
turtle.penup()
turtle.goto(100,-100)
turtle.write('你好呀',font=("黑体",20,"normal"))
turtle.bgcolor("pink")
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