Commit 111b90b4 by BellCodeEditor

save project

parent 4f6f2488
Showing with 6 additions and 0 deletions
import turtle import turtle
turtle.bgcolor("lightyellow")
turtle.fillcolor("pink") turtle.fillcolor("pink")
turtle.pensize(6) turtle.pensize(6)
turtle.pencolor("pink") turtle.pencolor("pink")
...@@ -10,4 +11,9 @@ turtle.rt(90) ...@@ -10,4 +11,9 @@ turtle.rt(90)
turtle.circle(50,180) turtle.circle(50,180)
turtle.fd(100) turtle.fd(100)
turtle.end_fill() turtle.end_fill()
turtle.up()
turtle.goto(-100,-100)
turtle.pencolor("lightblue")
turtle.write("我爱Python",font=("Times",30,"normal"))
turtle.hideturtle()
turtle.done() turtle.done()
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