Commit c462d4ce by BellCodeEditor

save project

parent 11055900
Showing with 4 additions and 3 deletions
...@@ -2,11 +2,12 @@ import turtle # 利用write()帮助悟空给诺依回信吧~ ...@@ -2,11 +2,12 @@ import turtle # 利用write()帮助悟空给诺依回信吧~
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup()
pen.write("哦o\noooooo\nooooooooooo\nooooooooo\nooooooooo\nooooo",font=("Times",20,"normal")) pen.goto(100,-100)
pen.write("哦o\nhi\nooooooooooo\nooooooooo\nooooooooo\nooooo",font=("Times",20,"normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pencolor("black") pen1.pencolor("red")
pen1.pensize(5) pen1.pensize(5)
pen1.left(45) pen1.left(45)
pen1.forward(100) pen1.forward(100)
......
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