Commit 51f482d6 by BellCodeEditor

save project

parent 50879fbd
Showing with 5 additions and 0 deletions
import turtle import turtle
#背景颜色
screen = turtle.Screen()
screen.bgcolor("light blue")
#写字 #写字
pen = turtle.Pen() pen = turtle.Pen()
pen.penup()
pen.goto(100,-80)
pen.write("Hi,诺依\n收到你的贺卡我很开心\n我也学会用Python写贺卡啦!") pen.write("Hi,诺依\n收到你的贺卡我很开心\n我也学会用Python写贺卡啦!")
pen.hideturtle() 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