Commit 0d6f6aee by BellCodeEditor

auto save

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