Commit 1e32f457 by BellCodeEditor

save project

parent 654bc3ba
Showing with 18 additions and 0 deletions
import turtle
turtle.bgcolor('lightblue')
turtle.penup()
turtle.goto(100,-100)
turtle.write('林恺灿',font=('楷体',50,'normal'))
turtle.goto(0,0)
turtle.pendown()
turtle.pensize(30)
turtle.pencolor('red')
turtle.left(45)
turtle.forward(200)
turtle.circle(100,180)
turtle.right(90)
turtle.circle(100,180)
turtle.forward(200)
turtle.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