Commit c97130a1 by BellCodeEditor

save project

parent 8fdf219f
Showing with 8 additions and 1 deletions
import turtle
turtle.bgcolor("pink")
turtle.pensize(5)
turtle.pencolor("red")
turtle.left(45)
......@@ -13,4 +12,11 @@ turtle.hideturtle()
turtle.penup()
turtle.goto(50,-50)
turtle.write("你好呀",font=("Times",20,"normal"))
len=60
turtle.left(45)
turtle.forward(2*len)
turtle.circle(len,180)
turtle.right(90)
turtle.circle(len,180)
turtle.forward(2*len)
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