Commit 6a6a3bfa by BellCodeEditor

auto save

parent 0254707b
Showing with 19 additions and 0 deletions
import turtle
huabi = turtle.Pen()
huabu = turtle.Screen()
huabu.bgcolor("light blue")
huabi.write("大家好",font=("Times",20,"normal"))
huabi.pensize(10)
huabi.penup()
huabi.goto(-100,0)
huabi.pendown()
huabi.pencolor("red")
huabi.lt(45)
huabi.fd(100)
huabi.circle(50,180)
huabi.rt(90)
huabi.circle(50,180)
huabi.fd(100)
huabi.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