Commit 1a7b7dae by BellCodeEditor

auto save

parent e71ef90a
Showing with 1 additions and 5 deletions
import turtle import turtle
#背景颜色
screen=turtle.Screen()
screen.bgcolor("light blue")
#写字 #写字
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("Hi,诺依~\n好好听课",font=("Times",20,"normal")) pen.write("待到秋来九月八\n我花开后百花杀",font=("Times",20,"normal"))
pen.hideturtle()
#画爱心 #画爱心
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pencolor("red") pen1.pencolor("red")
......
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