Commit 613c269e by BellCodeEditor

save project

parent fd08bdb0
Showing with 1 additions and 0 deletions
...@@ -4,6 +4,7 @@ pen=turtle.Pen() ...@@ -4,6 +4,7 @@ pen=turtle.Pen()
pen.write("你好\Rong",font=("Times",30,"normal")) pen.write("你好\Rong",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
goto(0,0)
pen.pensize(5) pen.pensize(5)
pen.pencolor("red") pen.pencolor("red")
pen.left(45) pen.left(45)
......
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