Commit c72e704a by BellCodeEditor

auto save

parent 6660beaa
Showing with 5 additions and 0 deletions
import turtle
pen2.left
jpen2=turtle.Pen()
\ No newline at end of file
...@@ -3,6 +3,7 @@ screen=turtle.Screen() ...@@ -3,6 +3,7 @@ screen=turtle.Screen()
screen.bgcolor("pink") screen.bgcolor("pink")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("诺依,\nturtle真好用,我会在画布写字\n啦!",font=("Times",24,"normal")) pen.write("诺依,\nturtle真好用,我会在画布写字\n啦!",font=("Times",24,"normal"))
pen.hideturtle() pen.hideturtle()
......
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