Commit 5bca43d2 by BellCodeEditor

save project

parent 2f36de05
Showing with 11 additions and 0 deletions
#love #love
import turtle import turtle
screen = turtle.Screen()
screen.bgcolor()
pen.penup()
pen.goto(100,-100)
pen = turtle.Pen() pen = turtle.Pen()
pen.write("我爱你,诺伊",font=("times","30","normai")) pen.write("我爱你,诺伊",font=("times","30","normai"))
...@@ -20,3 +28,6 @@ pen1.forward(100) ...@@ -20,3 +28,6 @@ pen1.forward(100)
pen.hideturtle() pen.hideturtle()
turtle done() turtle done()
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