Commit 64af833c by BellCodeEditor

save project

parent 0d6f6aee
Showing with 8 additions and 10 deletions
import turtle import turtle
pen=turtle.Pen screen=turtle.Screen()
penl.pencolor("red") screen.bgcolor("light blue")
len=60 pen=turtle.Pen()
penl.left(45) pen.penup()
penl.forward(2*len) pen.goto(-100,0)
penl.circle(len,180) pen.write("祝你生日快乐!",font=("times",30,"normal"))
penl.right(90) pen.hideturtle()
penl.circle(len,180) turtle.done()
penl.forward(2*len)
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