Commit 38da1828 by BellCodeEditor

save project

parent 62c2e9bf
Showing with 7 additions and 5 deletions
import turtle
#pen=turtle.pen()
#pen.write("哟西~\n这不是诺伊吗?\n几天不见,怎么怎么垃",font=("Times",30,"normal"))
#pen.hideturtle()
#turtle.done()
screen=turtle.Screen()
screen.bgcolor("light blue")
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("Hi,SB~\n我爱你很久了\n去死吧~\n——你爸爸",font=("Times",30,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.pencolor('red')
pen1.pensize(5)
......
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