Commit 0b263045 by BellCodeEditor

save project

parent 480063a8
Showing with 3 additions and 0 deletions
...@@ -2,6 +2,9 @@ import turtle ...@@ -2,6 +2,9 @@ import turtle
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("pink") screen.bgcolor("pink")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("hi,你知不知道老子会写贺卡了\n-你爷爷我",font=("Times",18,"normal")) pen.write("hi,你知不知道老子会写贺卡了\n-你爷爷我",font=("Times",18,"normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
......
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