Commit a2f18ee6 by BellCodeEditor

save project

parent 8281d456
Showing with 2 additions and 1 deletions
...@@ -4,8 +4,9 @@ screen.bgcolor("light blue") ...@@ -4,8 +4,9 @@ screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.write("老子真帅\n老师真丑!",font=("Times",18,"normal")) pen.write("老子真帅\n老师真丑!",font=("Times",18,"normal"))
pen.hideturtle() pen.hideturtle()
turtle.done()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pencolor("red") pen1.pencolor("red")
pen1.pensize(5) pen1.pensize(5)
pen1.left(45) pen1.left(45)
......
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