Commit f6fc28f2 by BellCodeEditor

save project

parent 71c427c8
Showing with 6 additions and 5 deletions
...@@ -3,11 +3,12 @@ import turtle ...@@ -3,11 +3,12 @@ import turtle
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
# pen=turtle.Pen() pen=turtle.Pen()
# pen.writer() pen.penup()
# pen.hideturtle("Hi,诺依~",font=("Time",18,"normal") pen.writer()
# turtle.done() pen.hideturtle("Hi,诺依~",font=("Time",18,"normal")
# 利用write()帮助悟空给诺依回信吧~ turtle.done()
# 利用write()帮助悟空给诺依回信吧~
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pencolor("red") pen1.pencolor("red")
......
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