Commit d476a04b by BellCodeEditor

auto save

parent d1b88fed
Showing with 4 additions and 4 deletions
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
font=("Times",30,"normal") font=("Times",30,"normal")
write("诺依,我会用turtle了") pen.write("诺依,我会用turtle了",font)
pen.hide turtle() pen.hideturtle()
turtle.done turtle.done()
\ No newline at end of file \ No newline at end of file
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