Commit 7b267fda by BellCodeEditor

auto save

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