Commit 63b1698f by BellCodeEditor

save project

parent 4497e2fa
Showing with 3 additions and 3 deletions
......@@ -3,14 +3,14 @@ import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
pen=turtle.Pen()
pen.write("我好想你诺依/nfuck.",font=("Times",30,"normal"))
pen.write("我好想你诺依/nfuck.",font=("Times",29,"normal"))
pen.hideturtle()
pen.penup()
pen.goto(100,100)
pen.goto(-100,100)
pen.pendown()
pen.pensize(5)
pen.pencolor("blue")
pen.pencolor("red")
pen.left(45)
pen.forward(100)
pen.circle(50,180)
......
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