Commit 7b267fda by BellCodeEditor

auto save

parent bd46c661
Showing with 4 additions and 3 deletions
...@@ -7,9 +7,10 @@ screen.bgcolor("light blue") ...@@ -7,9 +7,10 @@ screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(-200,-100) pen.goto(-200,-100)
pen.write("诺依,\n turtle真好用\n我会在画布上写字啦!\n ______陈俊谦 ",font=("Times",10,"normal")) penturtle.forward(-200)
pen1=turtle.Pen() turtle.right(-90)
pen1.pensize(5) turtle.forward(-50)
turtle.right(-90)
pen1.pencolor("red") pen1.pencolor("red")
pen1.left(45) pen1.left(45)
len=50 len=50
......
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