Commit 5bca43d2 by BellCodeEditor

save project

parent 2f36de05
Showing with 12 additions and 2 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"))
...@@ -19,4 +27,7 @@ pen1.circle(50,180) ...@@ -19,4 +27,7 @@ pen1.circle(50,180)
pen1.forward(100) pen1.forward(100)
pen.hideturtle() pen.hideturtle()
turtle done() turtle done()
\ No newline at end of file
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