Commit d92de81a by BellCodeEditor

save project

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