Commit 8809849e by BellCodeEditor

save project

parent e6da7868
Showing with 2 additions and 2 deletions
......@@ -4,9 +4,9 @@ import turtle
pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("light blue")
pen()=turtle.Pen()
pen=turtle.Pen()
pen.penup()
pen.goto(-100,0)
pen.goto(100,100)
pen.write("诺依,\n turtle真好用\n我会在画布上写字啦!",font=("Times",10,"normal"))
pen1=turtle
pen1.pensize(5)
......
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