Commit 9f0095b7 by BellCodeEditor

save project

parent 2339d802
Showing with 8 additions and 8 deletions
import turtle import turtle
pen1=turtle.pen() screen=turtle.screen()
pen1.left() screen.bgcolor("light bule")
pen1.forward(100) pen.turtle.pen()
pen1.circle(50,180) pen.penup()
pen1.right(90) pen.goto(-100,0)
pen1.circle(50,180) pen.write("祝你生日快乐!",font=("Times",30"normal"))
pen1.forward(100) pen.hideturtle()
pen1.hideturtle()
turtle.done() 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