Commit b40d4751 by BellCodeEditor

auto save

parent 6c12cbab
Showing with 3 additions and 3 deletions
......@@ -4,13 +4,13 @@ pen = turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.pensize(5)
pen.write("床前明月光\n疑是地上霜",font=("Times",20,"normal"))
pen.write("爸爸,\n节日快乐!",font=("Times",20,"normal"))
pen.hideturtle()
screen = turtle.Screen()
screen.bgcolor("blue")
pen1 = turtle.Pen()
pen.pencolor("red")
pen.pensize(10)
pen1.pencolor("red")
pen1.pensize(10)
pen1.left(45)
pen1.forward(100)
pen1.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