Commit 78e38638 by BellCodeEditor

save project

parent c7b39344
Showing with 16 additions and 0 deletions
import turtle
huabu = turtle.Screen()
huabi = turtle.Pen()
huabi.pencolor("red")
huabi.pensize(20)
banjin = 100
huabu.bgcolor("pink")
huabi.lt(45)
huabi.fd(2*banjin)
huabi.circle(banjin,180)
huabi.rt(90)
huabi.circle(banjin,180)
huabi.fd(2*banjin)
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