Commit ae838df4 by BellCodeEditor

save project

parent b16430e5
Showing with 2 additions and 0 deletions
...@@ -4,5 +4,7 @@ pen=turtle.Pen() ...@@ -4,5 +4,7 @@ pen=turtle.Pen()
pen.write("你好\n诺伊.",font=("Times",30,"normal")) pen.write("你好\n诺伊.",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
pen1=turtle.Pen()
pen1.pendown
left(45) left(45)
forword(100) forword(100)
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