Commit 827df103 by BellCodeEditor

save project

parent 68c1b596
Showing with 18 additions and 0 deletions
import turtle
turtle.left(45)
turtle.pencolor("red")
turtle.pensize(10)
turtle.fillcolor("red")
turtle.begin_fill()
turtle.forward(100)
turtle.circle(50,180)
turtle.right(90)
turtle.circle(50,180)
turtle.forward(100)
turtle.end_fill()
turtle.penup()
turtle.goto(100,-100)
turtle.write("你好呀!",font=("黑体",30,"bold"))
turtle.bgcolor("pink")
turtle.hideturtle()
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