Commit 246af24b by BellCodeEditor

save project

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