Commit d92de81a by BellCodeEditor

save project

parent f1d2cbc9
Showing with 9 additions and 4 deletions
import turtle
# pen=turtle.Pen()
# pen.write("Hi,\n打倒日本帝国主义!\n——朱雅琪",font=("Times",23,"normal"))
# pen.hideturtle()
# turtle.done()
# 背景颜色
screen=turtle.Screen()
screen.bgcolor("light blue")
# 写字
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("Hi,\n打倒日本帝国主义!\n——朱雅琪",font=("Times",23,"normal"))
pen.hideturtle()
#画爱心
pen1=turtle.Pen()
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