Commit dce26513 by BellCodeEditor

save project

parent a9554c80
Showing with 2 additions and 7 deletions
import turtle
#背景颜色
screen=turtle.Screen()
screen.bgcolor("light blue")
#写字
import turtle
pen=turtle.Pen()
pen.penup()
pen.goto(100,-70)
pen.write("你好,\n祝你一路顺风",font=("times",27,"normal"))
pen.write("你好,\n一路顺风",font=("times",30,"normal"))
pen.hideturtle()
#画爱心
pen1=turtle.Pen()
......
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