Commit c43b8ca9 by BellCodeEditor

save project

parent 99e8ce34
Showing with 7 additions and 1 deletions
import turtle
#设置背景颜色
screen=turtle.Screen()
screen.bgcolor("light blue")
#创建写字笔
#pen()=turtle.Pen()
pen=turtle.Pen()
pen.penup()
pen.goto(0,-100)
pen.write("祝你生日快乐",font=("Times",30,"normal"))
#创建画爱心的笔
pen1=turtle.Pen()
pen1.pensize(5)
......
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